Html Css Color HEX #A228A1 Vivid Violet

📋 copy color: '#A228A1'

red 162 ◦ green 40 ◦ blue 161

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

Shades of Vivid Violet #A228A1

Tints of Vivid Violet #A228A1

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 40 (16.02% from 255) = 11.02%

 BLUE value IS 161 (63.28% from 255) = 44.35%

R = 44.63%
G = 11.02%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A228A1 (or 0xA228A1) is known color: Vivid Violet. HEX triplet: A2, 28 and A1. RGB value is (162,40,161). Sum of RGB (Red+Green+Blue) = 162+40+161=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A228A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228A1 is #5DD75E. Grayscale: #595959. Windows color (decimal): -6149983 or 10561698. OLE color: 10561698.

HSL color Cylindrical-coordinate representation of color #A228A1: hue angle of 300.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A228A1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 40 161 -
CMYK 0 0.75 0.01 0.36
HSL 300.49º 0.6% 0.4% -
HSV(B) 300.49º 0.75% 0.64% -
XYZ 22.09 11.77 34.83 -
YUV 90.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 162 40 161 0 0.75 0.01 0.36 300.49 0.6 0.4
Hex A2 28 A1 0 4B 1 24 12C 3C 28
Octal 242 50 241 0 113 1 44 454 74 50
Binary 10100010 101000 10100001 0 1001011 1 100100 100101100 111100 101000

Color Harmonies of #A228A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228A1

Black with #A228A1

Text Example


Text Example

White with #A228A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228A1; }

 p { color: rgb(162,40,161); }

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

background-color css

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

 a { background-color: rgb(162,40,161); }

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

border-color css

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

 span { border-color: rgb(162,40,161); }

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