Html Css Color HEX #A087CE Cold Purple

📋 copy color: '#A087CE'

red 160 ◦ green 135 ◦ blue 206

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

Shades of Cold Purple #A087CE

Tints of Cold Purple #A087CE

RGB

 RED value IS 160 (62.89% from 255) = 31.94%

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

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

R = 31.94%
G = 26.95%
B = 41.12%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A087CE (or 0xA087CE) is known color: Cold Purple. HEX triplet: A0, 87 and CE. RGB value is (160,135,206). Sum of RGB (Red+Green+Blue) = 160+135+206=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A087CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087CE is #5F7831. Grayscale: #969696. Windows color (decimal): -6256690 or 13535136. OLE color: 13535136.

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

Color convert

RGB 160 135 206 -
CMYK 0.22 0.34 0 0.19
HSL 261.13º 0.42% 0.67% -
HSV(B) 261.13º 0.34% 0.81% -
XYZ 34.3 29.26 62.23 -
YUV 150.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 160 135 206 0.22 0.34 0 0.19 261.13 0.42 0.67
Hex A0 87 CE 16 22 0 13 105 2A 43
Octal 240 207 316 26 42 0 23 405 52 103
Binary 10100000 10000111 11001110 10110 100010 0 10011 100000101 101010 1000011

Color Harmonies of #A087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087CE

Black with #A087CE

Text Example


Text Example

White with #A087CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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