Html Css Color HEX #A087BF Cold Purple

📋 copy color: '#A087BF'

red 160 ◦ green 135 ◦ blue 191

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

Shades of Cold Purple #A087BF

Tints of Cold Purple #A087BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 32.92%
G = 27.78%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A087BF (or 0xA087BF) is known color: Cold Purple. HEX triplet: A0, 87 and BF. RGB value is (160,135,191). Sum of RGB (Red+Green+Blue) = 160+135+191=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A087BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087BF is #5F7840. Grayscale: #949494. Windows color (decimal): -6256705 or 12552096. OLE color: 12552096.

HSL color Cylindrical-coordinate representation of color #A087BF: hue angle of 266.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A087BF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 135 191 -
CMYK 0.16 0.29 0 0.25
HSL 266.79º 0.3% 0.64% -
HSV(B) 266.79º 0.29% 0.75% -
XYZ 32.57 28.56 53.09 -
YUV 148.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 160 135 191 0.16 0.29 0 0.25 266.79 0.3 0.64
Hex A0 87 BF 10 1D 0 19 10B 1E 40
Octal 240 207 277 20 35 0 31 413 36 100
Binary 10100000 10000111 10111111 10000 11101 0 11001 100001011 11110 1000000

Color Harmonies of #A087BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087BF

Black with #A087BF

Text Example


Text Example

White with #A087BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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