Html Css Color HEX #AB30EE Blue Violet

📋 copy color: '#AB30EE'

red 171 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #AB30EE

Tints of Blue Violet #AB30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 37.42%
G = 10.5%
B = 52.08%

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

#AB30EE (or 0xAB30EE) is known color: Blue Violet. HEX triplet: AB, 30 and EE. RGB value is (171,48,238). Sum of RGB (Red+Green+Blue) = 171+48+238=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB30EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30EE is #54CF11. Grayscale: #696969. Windows color (decimal): -5558034 or 15610027. OLE color: 15610027.

HSL color Cylindrical-coordinate representation of color #AB30EE: hue angle of 278.84º degrees, saturation: 0.85, 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 #AB30EE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 48 238 -
CMYK 0.28 0.80 0 0.07
HSL 278.84º 0.85% 0.56% -
HSV(B) 278.84º 0.8% 0.93% -
XYZ 33.28 16.94 82.41 -
YUV 106.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 171 48 238 0.28 0.80 0 0.07 278.84 0.85 0.56
Hex AB 30 EE 1C 50 0 7 117 55 38
Octal 253 60 356 34 120 0 7 427 125 70
Binary 10101011 110000 11101110 11100 1010000 0 111 100010111 1010101 111000

Color Harmonies of #AB30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30EE

Black with #AB30EE

Text Example


Text Example

White with #AB30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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