Html Css Color HEX #A086CA Cold Purple

📋 copy color: '#A086CA'

red 160 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #A086CA

Tints of Cold Purple #A086CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 32.26%
G = 27.02%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A086CA (or 0xA086CA) is known color: Cold Purple. HEX triplet: A0, 86 and CA. RGB value is (160,134,202). Sum of RGB (Red+Green+Blue) = 160+134+202=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A086CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086CA is #5F7935. Grayscale: #959595. Windows color (decimal): -6256950 or 13272736. OLE color: 13272736.

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

Color convert

RGB 160 134 202 -
CMYK 0.21 0.34 0 0.21
HSL 262.94º 0.39% 0.66% -
HSV(B) 262.94º 0.34% 0.79% -
XYZ 33.68 28.79 59.66 -
YUV 149.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 160 134 202 0.21 0.34 0 0.21 262.94 0.39 0.66
Hex A0 86 CA 15 22 0 15 107 27 42
Octal 240 206 312 25 42 0 25 407 47 102
Binary 10100000 10000110 11001010 10101 100010 0 10101 100000111 100111 1000010

Color Harmonies of #A086CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086CA

Black with #A086CA

Text Example


Text Example

White with #A086CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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