Html Css Color HEX #A582CC Cold Purple

📋 copy color: '#A582CC'

red 165 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A582CC

Tints of Cold Purple #A582CC

RGB

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

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

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

R = 33.07%
G = 26.05%
B = 40.88%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A582CC (or 0xA582CC) is known color: Cold Purple. HEX triplet: A5, 82 and CC. RGB value is (165,130,204). Sum of RGB (Red+Green+Blue) = 165+130+204=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A582CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CC is #5A7D33. Grayscale: #949494. Windows color (decimal): -5930292 or 13402789. OLE color: 13402789.

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

Color convert

RGB 165 130 204 -
CMYK 0.19 0.36 0 0.2
HSL 268.38º 0.42% 0.65% -
HSV(B) 268.38º 0.36% 0.8% -
XYZ 34.4 28.32 60.78 -
YUV 148.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 165 130 204 0.19 0.36 0 0.2 268.38 0.42 0.65
Hex A5 82 CC 13 24 0 14 10C 2A 41
Octal 245 202 314 23 44 0 24 414 52 101
Binary 10100101 10000010 11001100 10011 100100 0 10100 100001100 101010 1000001

Color Harmonies of #A582CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582CC

Black with #A582CC

Text Example


Text Example

White with #A582CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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