Html Css Color HEX #A12EFD Blue Violet

📋 copy color: '#A12EFD'

red 161 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #A12EFD

Tints of Blue Violet #A12EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 35%
G = 10%
B = 55%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A12EFD (or 0xA12EFD) is known color: Blue Violet. HEX triplet: A1, 2E and FD. RGB value is (161,46,253). Sum of RGB (Red+Green+Blue) = 161+46+253=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #A12EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EFD is #5ED102. Grayscale: #676767. Windows color (decimal): -6213891 or 16592545. OLE color: 16592545.

HSL color Cylindrical-coordinate representation of color #A12EFD: hue angle of 273.33º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A12EFD is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 46 253 -
CMYK 0.36 0.82 0 0.01
HSL 273.33º 0.98% 0.59% -
HSV(B) 273.33º 0.82% 0.99% -
XYZ 33.4 16.62 94.38 -
YUV 103.98 212.1 168.67 -
System Red Green Blue C M Y K H S L
Decimal 161 46 253 0.36 0.82 0 0.01 273.33 0.98 0.59
Hex A1 2E FD 24 52 0 1 111 62 3B
Octal 241 56 375 44 122 0 1 421 142 73
Binary 10100001 101110 11111101 100100 1010010 0 1 100010001 1100010 111011

Color Harmonies of #A12EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EFD

Black with #A12EFD

Text Example


Text Example

White with #A12EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EFD; }

 p { color: rgb(161,46,253); }

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

background-color css

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

 a { background-color: rgb(161,46,253); }

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

border-color css

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

 span { border-color: rgb(161,46,253); }

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