Html Css Color HEX #A586CC Cold Purple

📋 copy color: '#A586CC'

red 165 ◦ green 134 ◦ blue 204

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

Shades of Cold Purple #A586CC

Tints of Cold Purple #A586CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 32.8%
G = 26.64%
B = 40.56%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A586CC (or 0xA586CC) is known color: Cold Purple. HEX triplet: A5, 86 and CC. RGB value is (165,134,204). Sum of RGB (Red+Green+Blue) = 165+134+204=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A586CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586CC is #5A7933. Grayscale: #979797. Windows color (decimal): -5929268 or 13403813. OLE color: 13403813.

HSL color Cylindrical-coordinate representation of color #A586CC: hue angle of 266.57º degrees, saturation: 0.41, 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 #A586CC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 134 204 -
CMYK 0.19 0.34 0 0.2
HSL 266.57º 0.41% 0.66% -
HSV(B) 266.57º 0.34% 0.8% -
XYZ 34.94 29.41 60.96 -
YUV 151.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 165 134 204 0.19 0.34 0 0.2 266.57 0.41 0.66
Hex A5 86 CC 13 22 0 14 10B 29 42
Octal 245 206 314 23 42 0 24 413 51 102
Binary 10100101 10000110 11001100 10011 100010 0 10100 100001011 101001 1000010

Color Harmonies of #A586CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586CC

Black with #A586CC

Text Example


Text Example

White with #A586CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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