Html Css Color HEX #A012F2 Blue Violet

📋 copy color: '#A012F2'

red 160 ◦ green 18 ◦ blue 242

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

Shades of Blue Violet #A012F2

Tints of Blue Violet #A012F2

RGB

 RED value IS 160 (62.89% from 255) = 38.1%

 GREEN value IS 18 (7.42% from 255) = 4.29%

 BLUE value IS 242 (94.92% from 255) = 57.62%

R = 38.1%
G = 4.29%
B = 57.62%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A012F2 (or 0xA012F2) is known color: Blue Violet. HEX triplet: A0, 12 and F2. RGB value is (160,18,242). Sum of RGB (Red+Green+Blue) = 160+18+242=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #A012F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012F2 is #5FED0D. Grayscale: #555555. Windows color (decimal): -6286606 or 15864480. OLE color: 15864480.

HSL color Cylindrical-coordinate representation of color #A012F2: hue angle of 278.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A012F2 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 18 242 -
CMYK 0.34 0.93 0 0.05
HSL 278.04º 0.9% 0.51% -
HSV(B) 278.04º 0.93% 0.95% -
XYZ 30.74 14.32 85.15 -
YUV 85.99 216.04 180.79 -
System Red Green Blue C M Y K H S L
Decimal 160 18 242 0.34 0.93 0 0.05 278.04 0.9 0.51
Hex A0 12 F2 22 5D 0 5 116 5A 33
Octal 240 22 362 42 135 0 5 426 132 63
Binary 10100000 10010 11110010 100010 1011101 0 101 100010110 1011010 110011

Color Harmonies of #A012F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012F2

Black with #A012F2

Text Example


Text Example

White with #A012F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012F2; }

 p { color: rgb(160,18,242); }

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

background-color css

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

 a { background-color: rgb(160,18,242); }

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

border-color css

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

 span { border-color: rgb(160,18,242); }

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