Html Css Color HEX #A484CE Cold Purple

📋 copy color: '#A484CE'

red 164 ◦ green 132 ◦ blue 206

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

Shades of Cold Purple #A484CE

Tints of Cold Purple #A484CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 32.67%
G = 26.29%
B = 41.04%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A484CE (or 0xA484CE) is known color: Cold Purple. HEX triplet: A4, 84 and CE. RGB value is (164,132,206). Sum of RGB (Red+Green+Blue) = 164+132+206=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A484CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CE is #5B7B31. Grayscale: #959595. Windows color (decimal): -5995314 or 13534372. OLE color: 13534372.

HSL color Cylindrical-coordinate representation of color #A484CE: hue angle of 265.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A484CE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 132 206 -
CMYK 0.20 0.36 0 0.19
HSL 265.95º 0.43% 0.66% -
HSV(B) 265.95º 0.36% 0.81% -
XYZ 34.7 28.85 62.13 -
YUV 150 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 164 132 206 0.20 0.36 0 0.19 265.95 0.43 0.66
Hex A4 84 CE 14 24 0 13 10A 2B 42
Octal 244 204 316 24 44 0 23 412 53 102
Binary 10100100 10000100 11001110 10100 100100 0 10011 100001010 101011 1000010

Color Harmonies of #A484CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484CE

Black with #A484CE

Text Example


Text Example

White with #A484CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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