Html Css Color HEX #A688CD Cold Purple

📋 copy color: '#A688CD'

red 166 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A688CD

Tints of Cold Purple #A688CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 32.74%
G = 26.82%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A688CD (or 0xA688CD) is known color: Cold Purple. HEX triplet: A6, 88 and CD. RGB value is (166,136,205). Sum of RGB (Red+Green+Blue) = 166+136+205=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A688CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CD is #597732. Grayscale: #989898. Windows color (decimal): -5863219 or 13469862. OLE color: 13469862.

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

Color convert

RGB 166 136 205 -
CMYK 0.19 0.34 0 0.20
HSL 266.09º 0.41% 0.67% -
HSV(B) 266.09º 0.34% 0.8% -
XYZ 35.55 30.12 61.7 -
YUV 152.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 166 136 205 0.19 0.34 0 0.20 266.09 0.41 0.67
Hex A6 88 CD 13 22 0 14 10A 29 43
Octal 246 210 315 23 42 0 24 412 51 103
Binary 10100110 10001000 11001101 10011 100010 0 10100 100001010 101001 1000011

Color Harmonies of #A688CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688CD

Black with #A688CD

Text Example


Text Example

White with #A688CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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