Html Css Color HEX #A582CE Cold Purple

📋 copy color: '#A582CE'

red 165 ◦ green 130 ◦ blue 206

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

Shades of Cold Purple #A582CE

Tints of Cold Purple #A582CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 32.93%
G = 25.95%
B = 41.12%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A582CE (or 0xA582CE) is known color: Cold Purple. HEX triplet: A5, 82 and CE. RGB value is (165,130,206). Sum of RGB (Red+Green+Blue) = 165+130+206=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A582CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CE is #5A7D31. Grayscale: #949494. Windows color (decimal): -5930290 or 13533861. OLE color: 13533861.

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

Color convert

RGB 165 130 206 -
CMYK 0.20 0.37 0 0.19
HSL 267.63º 0.44% 0.66% -
HSV(B) 267.63º 0.37% 0.81% -
XYZ 34.64 28.42 62.05 -
YUV 149.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 165 130 206 0.20 0.37 0 0.19 267.63 0.44 0.66
Hex A5 82 CE 14 25 0 13 10C 2C 42
Octal 245 202 316 24 45 0 23 414 54 102
Binary 10100101 10000010 11001110 10100 100101 0 10011 100001100 101100 1000010

Color Harmonies of #A582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582CE

Black with #A582CE

Text Example


Text Example

White with #A582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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