Html Css Color HEX #A586CA Cold Purple

📋 copy color: '#A586CA'

red 165 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #A586CA

Tints of Cold Purple #A586CA

RGB

 RED value IS 165 (64.84% from 255) = 32.93%

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

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

R = 32.93%
G = 26.75%
B = 40.32%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A586CA (or 0xA586CA) is known color: Cold Purple. HEX triplet: A5, 86 and CA. RGB value is (165,134,202). Sum of RGB (Red+Green+Blue) = 165+134+202=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A586CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586CA is #5A7935. Grayscale: #969696. Windows color (decimal): -5929270 or 13272741. OLE color: 13272741.

HSL color Cylindrical-coordinate representation of color #A586CA: hue angle of 267.35º 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 #A586CA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 134 202 -
CMYK 0.18 0.34 0 0.21
HSL 267.35º 0.39% 0.66% -
HSV(B) 267.35º 0.34% 0.79% -
XYZ 34.7 29.31 59.71 -
YUV 151.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 165 134 202 0.18 0.34 0 0.21 267.35 0.39 0.66
Hex A5 86 CA 12 22 0 15 10B 27 42
Octal 245 206 312 22 42 0 25 413 47 102
Binary 10100101 10000110 11001010 10010 100010 0 10101 100001011 100111 1000010

Color Harmonies of #A586CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586CA

Black with #A586CA

Text Example


Text Example

White with #A586CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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