Html Css Color HEX #A688CE Cold Purple

📋 copy color: '#A688CE'

red 166 ◦ green 136 ◦ blue 206

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

Shades of Cold Purple #A688CE

Tints of Cold Purple #A688CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.77%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 32.68%
G = 26.77%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A688CE (or 0xA688CE) is known color: Cold Purple. HEX triplet: A6, 88 and CE. RGB value is (166,136,206). Sum of RGB (Red+Green+Blue) = 166+136+206=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A688CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CE is #597731. Grayscale: #989898. Windows color (decimal): -5863218 or 13535398. OLE color: 13535398.

HSL color Cylindrical-coordinate representation of color #A688CE: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A688CE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 136 206 -
CMYK 0.19 0.34 0 0.19
HSL 265.71º 0.42% 0.67% -
HSV(B) 265.71º 0.34% 0.81% -
XYZ 35.67 30.17 62.34 -
YUV 152.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 166 136 206 0.19 0.34 0 0.19 265.71 0.42 0.67
Hex A6 88 CE 13 22 0 13 10A 2A 43
Octal 246 210 316 23 42 0 23 412 52 103
Binary 10100110 10001000 11001110 10011 100010 0 10011 100001010 101010 1000011

Color Harmonies of #A688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CE

Black with #A688CE

Text Example


Text Example

White with #A688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CE; }

 p { color: rgb(166,136,206); }

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

background-color css

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

 a { background-color: rgb(166,136,206); }

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

border-color css

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

 span { border-color: rgb(166,136,206); }

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