Html Css Color HEX #A582CB Cold Purple

📋 copy color: '#A582CB'

red 165 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #A582CB

Tints of Cold Purple #A582CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 33.13%
G = 26.1%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A582CB (or 0xA582CB) is known color: Cold Purple. HEX triplet: A5, 82 and CB. RGB value is (165,130,203). Sum of RGB (Red+Green+Blue) = 165+130+203=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A582CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CB is #5A7D34. Grayscale: #949494. Windows color (decimal): -5930293 or 13337253. OLE color: 13337253.

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

Color convert

RGB 165 130 203 -
CMYK 0.19 0.36 0 0.20
HSL 268.77º 0.41% 0.65% -
HSV(B) 268.77º 0.36% 0.8% -
XYZ 34.28 28.28 60.15 -
YUV 148.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 165 130 203 0.19 0.36 0 0.20 268.77 0.41 0.65
Hex A5 82 CB 13 24 0 14 10D 29 41
Octal 245 202 313 23 44 0 24 415 51 101
Binary 10100101 10000010 11001011 10011 100100 0 10100 100001101 101001 1000001

Color Harmonies of #A582CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582CB

Black with #A582CB

Text Example


Text Example

White with #A582CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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