Html Css Color HEX #A687CE Cold Purple

📋 copy color: '#A687CE'

red 166 ◦ green 135 ◦ blue 206

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

Shades of Cold Purple #A687CE

Tints of Cold Purple #A687CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.63%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 32.74%
G = 26.63%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A687CE (or 0xA687CE) is known color: Cold Purple. HEX triplet: A6, 87 and CE. RGB value is (166,135,206). Sum of RGB (Red+Green+Blue) = 166+135+206=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A687CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687CE is #597831. Grayscale: #989898. Windows color (decimal): -5863474 or 13535142. OLE color: 13535142.

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

Color convert

RGB 166 135 206 -
CMYK 0.19 0.34 0 0.19
HSL 266.2º 0.42% 0.67% -
HSV(B) 266.2º 0.34% 0.81% -
XYZ 35.53 29.89 62.29 -
YUV 152.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 166 135 206 0.19 0.34 0 0.19 266.2 0.42 0.67
Hex A6 87 CE 13 22 0 13 10A 2A 43
Octal 246 207 316 23 42 0 23 412 52 103
Binary 10100110 10000111 11001110 10011 100010 0 10011 100001010 101010 1000011

Color Harmonies of #A687CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687CE

Black with #A687CE

Text Example


Text Example

White with #A687CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687CE; }

 p { color: rgb(166,135,206); }

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

background-color css

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

 a { background-color: rgb(166,135,206); }

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

border-color css

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

 span { border-color: rgb(166,135,206); }

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