Html Css Color HEX #A688CF Cold Purple

📋 copy color: '#A688CF'

red 166 ◦ green 136 ◦ blue 207

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

Shades of Cold Purple #A688CF

Tints of Cold Purple #A688CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 32.61%
G = 26.72%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A688CF (or 0xA688CF) is known color: Cold Purple. HEX triplet: A6, 88 and CF. RGB value is (166,136,207). Sum of RGB (Red+Green+Blue) = 166+136+207=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A688CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CF is #597730. Grayscale: #989898. Windows color (decimal): -5863217 or 13600934. OLE color: 13600934.

HSL color Cylindrical-coordinate representation of color #A688CF: hue angle of 265.35º degrees, saturation: 0.43, 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 #A688CF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 136 207 -
CMYK 0.20 0.34 0 0.19
HSL 265.35º 0.43% 0.67% -
HSV(B) 265.35º 0.34% 0.81% -
XYZ 35.79 30.22 62.98 -
YUV 153.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 166 136 207 0.20 0.34 0 0.19 265.35 0.43 0.67
Hex A6 88 CF 14 22 0 13 109 2B 43
Octal 246 210 317 24 42 0 23 411 53 103
Binary 10100110 10001000 11001111 10100 100010 0 10011 100001001 101011 1000011

Color Harmonies of #A688CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CF

Black with #A688CF

Text Example


Text Example

White with #A688CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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