Html Css Color HEX #A67FFA Medium Purple

📋 copy color: '#A67FFA'

red 166 ◦ green 127 ◦ blue 250

#A67FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A67FFA

Tints of Medium Purple #A67FFA

RGB

 RED value IS 166 (65.23% from 255) = 30.57%

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 30.57%
G = 23.39%
B = 46.04%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A67FFA (or 0xA67FFA) is known color: Medium Purple. HEX triplet: A6, 7F and FA. RGB value is (166,127,250). Sum of RGB (Red+Green+Blue) = 166+127+250=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #A67FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FFA is #598005. Grayscale: #989898. Windows color (decimal): -5865478 or 16416678. OLE color: 16416678.

HSL color Cylindrical-coordinate representation of color #A67FFA: hue angle of 259.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67FFA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 127 250 -
CMYK 0.34 0.49 0 0.02
HSL 259.02º 0.92% 0.74% -
HSV(B) 259.02º 0.49% 0.98% -
XYZ 40.57 30.19 94.13 -
YUV 152.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 166 127 250 0.34 0.49 0 0.02 259.02 0.92 0.74
Hex A6 7F FA 22 31 0 2 103 5C 4A
Octal 246 177 372 42 61 0 2 403 134 112
Binary 10100110 1111111 11111010 100010 110001 0 10 100000011 1011100 1001010

Color Harmonies of #A67FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FFA

Black with #A67FFA

Text Example


Text Example

White with #A67FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FFA; }

 p { color: rgb(166,127,250); }

 H1.HeaderClassName
 {
   color: #A67FFA;
 }
 .AnyTagClassName
 {
   color: #A67FFA;
 }
</style>

background-color css

<style>
 a { background-color: #A67FFA; }

 a { background-color: rgb(166,127,250); }

 div.DivClassName
 {
   background-color: #A67FFA;
 }
 .BgClassName
 {
   background-color: #A67FFA;
 }
</style>

border-color css

<style>
 span { border-color: #A67FFA; }

 span { border-color: rgb(166,127,250); }

 td.TdClassName
 {
   border-color: #A67FFA;
 }
 .TagClassName
 {
   border-color: #A67FFA;
 }
</style>