Html Css Color HEX #A482CB Cold Purple

📋 copy color: '#A482CB'

red 164 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #A482CB

Tints of Cold Purple #A482CB

RGB

 RED value IS 164 (64.45% from 255) = 33%

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

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

R = 33%
G = 26.16%
B = 40.85%

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

#A482CB (or 0xA482CB) is known color: Cold Purple. HEX triplet: A4, 82 and CB. RGB value is (164,130,203). Sum of RGB (Red+Green+Blue) = 164+130+203=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A482CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CB is #5B7D34. Grayscale: #949494. Windows color (decimal): -5995829 or 13337252. OLE color: 13337252.

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

Color convert

RGB 164 130 203 -
CMYK 0.19 0.36 0 0.20
HSL 267.95º 0.41% 0.65% -
HSV(B) 267.95º 0.36% 0.8% -
XYZ 34.07 28.17 60.14 -
YUV 148.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 164 130 203 0.19 0.36 0 0.20 267.95 0.41 0.65
Hex A4 82 CB 13 24 0 14 10C 29 41
Octal 244 202 313 23 44 0 24 414 51 101
Binary 10100100 10000010 11001011 10011 100100 0 10100 100001100 101001 1000001

Color Harmonies of #A482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482CB

Black with #A482CB

Text Example


Text Example

White with #A482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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