Html Css Color HEX #AB30EC Blue Violet

📋 copy color: '#AB30EC'

red 171 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #AB30EC

Tints of Blue Violet #AB30EC

RGB

 RED value IS 171 (67.19% from 255) = 37.58%

 GREEN value IS 48 (19.14% from 255) = 10.55%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 37.58%
G = 10.55%
B = 51.87%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB30EC (or 0xAB30EC) is known color: Blue Violet. HEX triplet: AB, 30 and EC. RGB value is (171,48,236). Sum of RGB (Red+Green+Blue) = 171+48+236=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30EC is #54CF13. Grayscale: #696969. Windows color (decimal): -5558036 or 15478955. OLE color: 15478955.

HSL color Cylindrical-coordinate representation of color #AB30EC: hue angle of 279.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB30EC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 48 236 -
CMYK 0.28 0.80 0 0.07
HSL 279.26º 0.83% 0.56% -
HSV(B) 279.26º 0.8% 0.93% -
XYZ 32.99 16.83 80.87 -
YUV 106.21 201.25 174.21 -
System Red Green Blue C M Y K H S L
Decimal 171 48 236 0.28 0.80 0 0.07 279.26 0.83 0.56
Hex AB 30 EC 1C 50 0 7 117 53 38
Octal 253 60 354 34 120 0 7 427 123 70
Binary 10101011 110000 11101100 11100 1010000 0 111 100010111 1010011 111000

Color Harmonies of #AB30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30EC

Black with #AB30EC

Text Example


Text Example

White with #AB30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30EC; }

 p { color: rgb(171,48,236); }

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

background-color css

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

 a { background-color: rgb(171,48,236); }

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

border-color css

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

 span { border-color: rgb(171,48,236); }

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