Html Css Color HEX #A484CA Cold Purple

📋 copy color: '#A484CA'

red 164 ◦ green 132 ◦ blue 202

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

Shades of Cold Purple #A484CA

Tints of Cold Purple #A484CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 32.93%
G = 26.51%
B = 40.56%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A484CA (or 0xA484CA) is known color: Cold Purple. HEX triplet: A4, 84 and CA. RGB value is (164,132,202). Sum of RGB (Red+Green+Blue) = 164+132+202=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A484CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CA is #5B7B35. Grayscale: #959595. Windows color (decimal): -5995318 or 13272228. OLE color: 13272228.

HSL color Cylindrical-coordinate representation of color #A484CA: hue angle of 267.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A484CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 132 202 -
CMYK 0.19 0.35 0 0.21
HSL 267.43º 0.4% 0.65% -
HSV(B) 267.43º 0.35% 0.79% -
XYZ 34.22 28.66 59.61 -
YUV 149.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 164 132 202 0.19 0.35 0 0.21 267.43 0.4 0.65
Hex A4 84 CA 13 23 0 15 10B 28 41
Octal 244 204 312 23 43 0 25 413 50 101
Binary 10100100 10000100 11001010 10011 100011 0 10101 100001011 101000 1000001

Color Harmonies of #A484CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484CA

Black with #A484CA

Text Example


Text Example

White with #A484CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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