Html Css Color HEX #A688CB Cold Purple

📋 copy color: '#A688CB'

red 166 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #A688CB

Tints of Cold Purple #A688CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 32.87%
G = 26.93%
B = 40.2%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A688CB (or 0xA688CB) is known color: Cold Purple. HEX triplet: A6, 88 and CB. RGB value is (166,136,203). Sum of RGB (Red+Green+Blue) = 166+136+203=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A688CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CB is #597734. Grayscale: #989898. Windows color (decimal): -5863221 or 13338790. OLE color: 13338790.

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

Color convert

RGB 166 136 203 -
CMYK 0.18 0.33 0 0.20
HSL 266.87º 0.39% 0.66% -
HSV(B) 266.87º 0.33% 0.8% -
XYZ 35.31 30.03 60.43 -
YUV 152.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 166 136 203 0.18 0.33 0 0.20 266.87 0.39 0.66
Hex A6 88 CB 12 21 0 14 10B 27 42
Octal 246 210 313 22 41 0 24 413 47 102
Binary 10100110 10001000 11001011 10010 100001 0 10100 100001011 100111 1000010

Color Harmonies of #A688CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CB

Black with #A688CB

Text Example


Text Example

White with #A688CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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