Html Css Color HEX #A484C4 Cold Purple

📋 copy color: '#A484C4'

red 164 ◦ green 132 ◦ blue 196

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

Shades of Cold Purple #A484C4

Tints of Cold Purple #A484C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.84%

R = 33.33%
G = 26.83%
B = 39.84%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A484C4 (or 0xA484C4) is known color: Cold Purple. HEX triplet: A4, 84 and C4. RGB value is (164,132,196). Sum of RGB (Red+Green+Blue) = 164+132+196=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A484C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484C4 is #5B7B3B. Grayscale: #949494. Windows color (decimal): -5995324 or 12879012. OLE color: 12879012.

HSL color Cylindrical-coordinate representation of color #A484C4: hue angle of 270º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A484C4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 132 196 -
CMYK 0.16 0.33 0 0.23
HSL 270º 0.35% 0.64% -
HSV(B) 270º 0.33% 0.77% -
XYZ 33.52 28.38 55.94 -
YUV 148.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 164 132 196 0.16 0.33 0 0.23 270 0.35 0.64
Hex A4 84 C4 10 21 0 17 10E 23 40
Octal 244 204 304 20 41 0 27 416 43 100
Binary 10100100 10000100 11000100 10000 100001 0 10111 100001110 100011 1000000

Color Harmonies of #A484C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484C4

Black with #A484C4

Text Example


Text Example

White with #A484C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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