Html Css Color HEX #A586CE Cold Purple

📋 copy color: '#A586CE'

red 165 ◦ green 134 ◦ blue 206

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

Shades of Cold Purple #A586CE

Tints of Cold Purple #A586CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 32.67%
G = 26.53%
B = 40.79%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A586CE (or 0xA586CE) is known color: Cold Purple. HEX triplet: A5, 86 and CE. RGB value is (165,134,206). Sum of RGB (Red+Green+Blue) = 165+134+206=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A586CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586CE is #5A7931. Grayscale: #979797. Windows color (decimal): -5929266 or 13534885. OLE color: 13534885.

HSL color Cylindrical-coordinate representation of color #A586CE: hue angle of 265.83º degrees, saturation: 0.42, 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 #A586CE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 134 206 -
CMYK 0.20 0.35 0 0.19
HSL 265.83º 0.42% 0.67% -
HSV(B) 265.83º 0.35% 0.81% -
XYZ 35.18 29.51 62.23 -
YUV 151.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 165 134 206 0.20 0.35 0 0.19 265.83 0.42 0.67
Hex A5 86 CE 14 23 0 13 10A 2A 43
Octal 245 206 316 24 43 0 23 412 52 103
Binary 10100101 10000110 11001110 10100 100011 0 10011 100001010 101010 1000011

Color Harmonies of #A586CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586CE

Black with #A586CE

Text Example


Text Example

White with #A586CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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