Html Css Color HEX #A67ED0 Cold Purple

📋 copy color: '#A67ED0'

red 166 ◦ green 126 ◦ blue 208

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

Shades of Cold Purple #A67ED0

Tints of Cold Purple #A67ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 33.2%
G = 25.2%
B = 41.6%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A67ED0 (or 0xA67ED0) is known color: Cold Purple. HEX triplet: A6, 7E and D0. RGB value is (166,126,208). Sum of RGB (Red+Green+Blue) = 166+126+208=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #A67ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ED0 is #59812F. Grayscale: #939393. Windows color (decimal): -5865776 or 13663910. OLE color: 13663910.

HSL color Cylindrical-coordinate representation of color #A67ED0: hue angle of 269.27º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67ED0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 126 208 -
CMYK 0.20 0.39 0 0.18
HSL 269.27º 0.47% 0.65% -
HSV(B) 269.27º 0.39% 0.82% -
XYZ 34.57 27.58 63.18 -
YUV 147.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 166 126 208 0.20 0.39 0 0.18 269.27 0.47 0.65
Hex A6 7E D0 14 27 0 12 10D 2F 41
Octal 246 176 320 24 47 0 22 415 57 101
Binary 10100110 1111110 11010000 10100 100111 0 10010 100001101 101111 1000001

Color Harmonies of #A67ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67ED0

Black with #A67ED0

Text Example


Text Example

White with #A67ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67ED0; }

 p { color: rgb(166,126,208); }

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

background-color css

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

 a { background-color: rgb(166,126,208); }

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

border-color css

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

 span { border-color: rgb(166,126,208); }

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