Html Css Color HEX #A12BE5 Blue Violet

📋 copy color: '#A12BE5'

red 161 ◦ green 43 ◦ blue 229

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

Shades of Blue Violet #A12BE5

Tints of Blue Violet #A12BE5

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

 GREEN value IS 43 (17.19% from 255) = 9.93%

 BLUE value IS 229 (89.84% from 255) = 52.89%

R = 37.18%
G = 9.93%
B = 52.89%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A12BE5 (or 0xA12BE5) is known color: Blue Violet. HEX triplet: A1, 2B and E5. RGB value is (161,43,229). Sum of RGB (Red+Green+Blue) = 161+43+229=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #A12BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BE5 is #5ED41A. Grayscale: #626262. Windows color (decimal): -6214683 or 15018913. OLE color: 15018913.

HSL color Cylindrical-coordinate representation of color #A12BE5: hue angle of 278.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12BE5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 43 229 -
CMYK 0.30 0.81 0 0.10
HSL 278.06º 0.78% 0.53% -
HSV(B) 278.06º 0.81% 0.9% -
XYZ 29.7 14.96 75.45 -
YUV 99.49 201.09 171.88 -
System Red Green Blue C M Y K H S L
Decimal 161 43 229 0.30 0.81 0 0.10 278.06 0.78 0.53
Hex A1 2B E5 1E 51 0 A 116 4E 35
Octal 241 53 345 36 121 0 12 426 116 65
Binary 10100001 101011 11100101 11110 1010001 0 1010 100010110 1001110 110101

Color Harmonies of #A12BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BE5

Black with #A12BE5

Text Example


Text Example

White with #A12BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BE5; }

 p { color: rgb(161,43,229); }

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

background-color css

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

 a { background-color: rgb(161,43,229); }

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

border-color css

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

 span { border-color: rgb(161,43,229); }

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