Html Css Color HEX #A588CE Cold Purple

📋 copy color: '#A588CE'

red 165 ◦ green 136 ◦ blue 206

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

Shades of Cold Purple #A588CE

Tints of Cold Purple #A588CE

RGB

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

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

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

R = 32.54%
G = 26.82%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A588CE (or 0xA588CE) is known color: Cold Purple. HEX triplet: A5, 88 and CE. RGB value is (165,136,206). Sum of RGB (Red+Green+Blue) = 165+136+206=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A588CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588CE is #5A7731. Grayscale: #989898. Windows color (decimal): -5928754 or 13535397. OLE color: 13535397.

HSL color Cylindrical-coordinate representation of color #A588CE: hue angle of 264.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A588CE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 136 206 -
CMYK 0.20 0.34 0 0.19
HSL 264.86º 0.42% 0.67% -
HSV(B) 264.86º 0.34% 0.81% -
XYZ 35.46 30.06 62.33 -
YUV 152.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 165 136 206 0.20 0.34 0 0.19 264.86 0.42 0.67
Hex A5 88 CE 14 22 0 13 109 2A 43
Octal 245 210 316 24 42 0 23 411 52 103
Binary 10100101 10001000 11001110 10100 100010 0 10011 100001001 101010 1000011

Color Harmonies of #A588CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588CE

Black with #A588CE

Text Example


Text Example

White with #A588CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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