Html Css Color HEX #A482CC Cold Purple

📋 copy color: '#A482CC'

red 164 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A482CC

Tints of Cold Purple #A482CC

RGB

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

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

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

R = 32.93%
G = 26.1%
B = 40.96%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A482CC (or 0xA482CC) is known color: Cold Purple. HEX triplet: A4, 82 and CC. RGB value is (164,130,204). Sum of RGB (Red+Green+Blue) = 164+130+204=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A482CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CC is #5B7D33. Grayscale: #949494. Windows color (decimal): -5995828 or 13402788. OLE color: 13402788.

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

Color convert

RGB 164 130 204 -
CMYK 0.20 0.36 0 0.2
HSL 267.57º 0.42% 0.65% -
HSV(B) 267.57º 0.36% 0.8% -
XYZ 34.19 28.22 60.77 -
YUV 148.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 164 130 204 0.20 0.36 0 0.2 267.57 0.42 0.65
Hex A4 82 CC 14 24 0 14 10C 2A 41
Octal 244 202 314 24 44 0 24 414 52 101
Binary 10100100 10000010 11001100 10100 100100 0 10100 100001100 101010 1000001

Color Harmonies of #A482CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482CC

Black with #A482CC

Text Example


Text Example

White with #A482CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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