Html Css Color HEX #A688CC Cold Purple

📋 copy color: '#A688CC'

red 166 ◦ green 136 ◦ blue 204

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

Shades of Cold Purple #A688CC

Tints of Cold Purple #A688CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 32.81%
G = 26.88%
B = 40.32%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A688CC (or 0xA688CC) is known color: Cold Purple. HEX triplet: A6, 88 and CC. RGB value is (166,136,204). Sum of RGB (Red+Green+Blue) = 166+136+204=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #A688CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CC is #597733. Grayscale: #989898. Windows color (decimal): -5863220 or 13404326. OLE color: 13404326.

HSL color Cylindrical-coordinate representation of color #A688CC: hue angle of 266.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A688CC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 136 204 -
CMYK 0.19 0.33 0 0.2
HSL 266.47º 0.4% 0.67% -
HSV(B) 266.47º 0.33% 0.8% -
XYZ 35.43 30.07 61.06 -
YUV 152.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 166 136 204 0.19 0.33 0 0.2 266.47 0.4 0.67
Hex A6 88 CC 13 21 0 14 10A 28 43
Octal 246 210 314 23 41 0 24 412 50 103
Binary 10100110 10001000 11001100 10011 100001 0 10100 100001010 101000 1000011

Color Harmonies of #A688CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CC

Black with #A688CC

Text Example


Text Example

White with #A688CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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