Html Css Color HEX #A484CC Cold Purple

📋 copy color: '#A484CC'

red 164 ◦ green 132 ◦ blue 204

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

Shades of Cold Purple #A484CC

Tints of Cold Purple #A484CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 32.8%
G = 26.4%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A484CC (or 0xA484CC) is known color: Cold Purple. HEX triplet: A4, 84 and CC. RGB value is (164,132,204). Sum of RGB (Red+Green+Blue) = 164+132+204=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A484CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CC is #5B7B33. Grayscale: #959595. Windows color (decimal): -5995316 or 13403300. OLE color: 13403300.

HSL color Cylindrical-coordinate representation of color #A484CC: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A484CC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 132 204 -
CMYK 0.20 0.35 0 0.2
HSL 266.67º 0.41% 0.66% -
HSV(B) 266.67º 0.35% 0.8% -
XYZ 34.46 28.75 60.86 -
YUV 149.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 164 132 204 0.20 0.35 0 0.2 266.67 0.41 0.66
Hex A4 84 CC 14 23 0 14 10B 29 42
Octal 244 204 314 24 43 0 24 413 51 102
Binary 10100100 10000100 11001100 10100 100011 0 10100 100001011 101001 1000010

Color Harmonies of #A484CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484CC

Black with #A484CC

Text Example


Text Example

White with #A484CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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