Html Css Color HEX #A087BC Cold Purple

📋 copy color: '#A087BC'

red 160 ◦ green 135 ◦ blue 188

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

Shades of Cold Purple #A087BC

Tints of Cold Purple #A087BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 33.13%
G = 27.95%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A087BC (or 0xA087BC) is known color: Cold Purple. HEX triplet: A0, 87 and BC. RGB value is (160,135,188). Sum of RGB (Red+Green+Blue) = 160+135+188=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A087BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087BC is #5F7843. Grayscale: #949494. Windows color (decimal): -6256708 or 12355488. OLE color: 12355488.

HSL color Cylindrical-coordinate representation of color #A087BC: hue angle of 268.3º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A087BC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 135 188 -
CMYK 0.15 0.28 0 0.26
HSL 268.3º 0.28% 0.63% -
HSV(B) 268.3º 0.28% 0.74% -
XYZ 32.24 28.43 51.37 -
YUV 148.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 160 135 188 0.15 0.28 0 0.26 268.3 0.28 0.63
Hex A0 87 BC F 1C 0 1A 10C 1C 3F
Octal 240 207 274 17 34 0 32 414 34 77
Binary 10100000 10000111 10111100 1111 11100 0 11010 100001100 11100 111111

Color Harmonies of #A087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087BC

Black with #A087BC

Text Example


Text Example

White with #A087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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