Html Css Color HEX #AB30EF Blue Violet

📋 copy color: '#AB30EF'

red 171 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #AB30EF

Tints of Blue Violet #AB30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 37.34%
G = 10.48%
B = 52.18%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB30EF (or 0xAB30EF) is known color: Blue Violet. HEX triplet: AB, 30 and EF. RGB value is (171,48,239). Sum of RGB (Red+Green+Blue) = 171+48+239=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB30EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30EF is #54CF10. Grayscale: #696969. Windows color (decimal): -5558033 or 15675563. OLE color: 15675563.

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

Color convert

RGB 171 48 239 -
CMYK 0.28 0.80 0 0.06
HSL 278.64º 0.86% 0.56% -
HSV(B) 278.64º 0.8% 0.94% -
XYZ 33.43 17 83.18 -
YUV 106.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 171 48 239 0.28 0.80 0 0.06 278.64 0.86 0.56
Hex AB 30 EF 1C 50 0 6 117 56 38
Octal 253 60 357 34 120 0 6 427 126 70
Binary 10101011 110000 11101111 11100 1010000 0 110 100010111 1010110 111000

Color Harmonies of #AB30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30EF

Black with #AB30EF

Text Example


Text Example

White with #AB30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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