Html Css Color HEX #A588CC Cold Purple

📋 copy color: '#A588CC'

red 165 ◦ green 136 ◦ blue 204

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

Shades of Cold Purple #A588CC

Tints of Cold Purple #A588CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.93%

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

R = 32.67%
G = 26.93%
B = 40.4%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A588CC (or 0xA588CC) is known color: Cold Purple. HEX triplet: A5, 88 and CC. RGB value is (165,136,204). Sum of RGB (Red+Green+Blue) = 165+136+204=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A588CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588CC is #5A7733. Grayscale: #989898. Windows color (decimal): -5928756 or 13404325. OLE color: 13404325.

HSL color Cylindrical-coordinate representation of color #A588CC: hue angle of 265.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A588CC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 136 204 -
CMYK 0.19 0.33 0 0.2
HSL 265.59º 0.4% 0.67% -
HSV(B) 265.59º 0.33% 0.8% -
XYZ 35.22 29.97 61.05 -
YUV 152.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 165 136 204 0.19 0.33 0 0.2 265.59 0.4 0.67
Hex A5 88 CC 13 21 0 14 10A 28 43
Octal 245 210 314 23 41 0 24 412 50 103
Binary 10100101 10001000 11001100 10011 100001 0 10100 100001010 101000 1000011

Color Harmonies of #A588CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588CC

Black with #A588CC

Text Example


Text Example

White with #A588CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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