Html Css Color HEX #A087CF Cold Purple

📋 copy color: '#A087CF'

red 160 ◦ green 135 ◦ blue 207

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

Shades of Cold Purple #A087CF

Tints of Cold Purple #A087CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 31.87%
G = 26.89%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A087CF (or 0xA087CF) is known color: Cold Purple. HEX triplet: A0, 87 and CF. RGB value is (160,135,207). Sum of RGB (Red+Green+Blue) = 160+135+207=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A087CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087CF is #5F7830. Grayscale: #969696. Windows color (decimal): -6256689 or 13600672. OLE color: 13600672.

HSL color Cylindrical-coordinate representation of color #A087CF: hue angle of 260.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A087CF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 135 207 -
CMYK 0.23 0.35 0 0.19
HSL 260.83º 0.43% 0.67% -
HSV(B) 260.83º 0.35% 0.81% -
XYZ 34.42 29.31 62.87 -
YUV 150.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 160 135 207 0.23 0.35 0 0.19 260.83 0.43 0.67
Hex A0 87 CF 17 23 0 13 105 2B 43
Octal 240 207 317 27 43 0 23 405 53 103
Binary 10100000 10000111 11001111 10111 100011 0 10011 100000101 101011 1000011

Color Harmonies of #A087CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087CF

Black with #A087CF

Text Example


Text Example

White with #A087CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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