Html Css Color HEX #A688CA Cold Purple

📋 copy color: '#A688CA'

red 166 ◦ green 136 ◦ blue 202

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

Shades of Cold Purple #A688CA

Tints of Cold Purple #A688CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 32.94%
G = 26.98%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A688CA (or 0xA688CA) is known color: Cold Purple. HEX triplet: A6, 88 and CA. RGB value is (166,136,202). Sum of RGB (Red+Green+Blue) = 166+136+202=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A688CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CA is #597735. Grayscale: #989898. Windows color (decimal): -5863222 or 13273254. OLE color: 13273254.

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

Color convert

RGB 166 136 202 -
CMYK 0.18 0.33 0 0.21
HSL 267.27º 0.38% 0.66% -
HSV(B) 267.27º 0.33% 0.79% -
XYZ 35.19 29.98 59.81 -
YUV 152.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 166 136 202 0.18 0.33 0 0.21 267.27 0.38 0.66
Hex A6 88 CA 12 21 0 15 10B 26 42
Octal 246 210 312 22 41 0 25 413 46 102
Binary 10100110 10001000 11001010 10010 100001 0 10101 100001011 100110 1000010

Color Harmonies of #A688CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CA

Black with #A688CA

Text Example


Text Example

White with #A688CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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