Html Css Color HEX #A086CB Cold Purple

📋 copy color: '#A086CB'

red 160 ◦ green 134 ◦ blue 203

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

Shades of Cold Purple #A086CB

Tints of Cold Purple #A086CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 32.19%
G = 26.96%
B = 40.85%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A086CB (or 0xA086CB) is known color: Cold Purple. HEX triplet: A0, 86 and CB. RGB value is (160,134,203). Sum of RGB (Red+Green+Blue) = 160+134+203=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A086CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086CB is #5F7934. Grayscale: #959595. Windows color (decimal): -6256949 or 13338272. OLE color: 13338272.

HSL color Cylindrical-coordinate representation of color #A086CB: hue angle of 262.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A086CB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 134 203 -
CMYK 0.21 0.34 0 0.20
HSL 262.61º 0.4% 0.66% -
HSV(B) 262.61º 0.34% 0.8% -
XYZ 33.8 28.84 60.28 -
YUV 149.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 160 134 203 0.21 0.34 0 0.20 262.61 0.4 0.66
Hex A0 86 CB 15 22 0 14 107 28 42
Octal 240 206 313 25 42 0 24 407 50 102
Binary 10100000 10000110 11001011 10101 100010 0 10100 100000111 101000 1000010

Color Harmonies of #A086CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086CB

Black with #A086CB

Text Example


Text Example

White with #A086CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086CB; }

 p { color: rgb(160,134,203); }

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

background-color css

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

 a { background-color: rgb(160,134,203); }

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

border-color css

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

 span { border-color: rgb(160,134,203); }

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