Html Css Color HEX #A12AED Blue Violet

📋 copy color: '#A12AED'

red 161 ◦ green 42 ◦ blue 237

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

Shades of Blue Violet #A12AED

Tints of Blue Violet #A12AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 36.59%
G = 9.55%
B = 53.86%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A12AED (or 0xA12AED) is known color: Blue Violet. HEX triplet: A1, 2A and ED. RGB value is (161,42,237). Sum of RGB (Red+Green+Blue) = 161+42+237=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A12AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12AED is #5ED512. Grayscale: #636363. Windows color (decimal): -6214931 or 15542945. OLE color: 15542945.

HSL color Cylindrical-coordinate representation of color #A12AED: hue angle of 276.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12AED is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 42 237 -
CMYK 0.32 0.82 0 0.07
HSL 276.62º 0.84% 0.55% -
HSV(B) 276.62º 0.82% 0.93% -
XYZ 30.81 15.35 81.46 -
YUV 99.81 205.42 171.64 -
System Red Green Blue C M Y K H S L
Decimal 161 42 237 0.32 0.82 0 0.07 276.62 0.84 0.55
Hex A1 2A ED 20 52 0 7 115 54 37
Octal 241 52 355 40 122 0 7 425 124 67
Binary 10100001 101010 11101101 100000 1010010 0 111 100010101 1010100 110111

Color Harmonies of #A12AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12AED

Black with #A12AED

Text Example


Text Example

White with #A12AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12AED; }

 p { color: rgb(161,42,237); }

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

background-color css

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

 a { background-color: rgb(161,42,237); }

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

border-color css

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

 span { border-color: rgb(161,42,237); }

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