Html Css Color HEX #AB34EE Blue Violet

📋 copy color: '#AB34EE'

red 171 ◦ green 52 ◦ blue 238

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

Shades of Blue Violet #AB34EE

Tints of Blue Violet #AB34EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.28%

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

R = 37.09%
G = 11.28%
B = 51.63%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB34EE (or 0xAB34EE) is known color: Blue Violet. HEX triplet: AB, 34 and EE. RGB value is (171,52,238). Sum of RGB (Red+Green+Blue) = 171+52+238=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB34EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB34EE is #54CB11. Grayscale: #6C6C6C. Windows color (decimal): -5557010 or 15611051. OLE color: 15611051.

HSL color Cylindrical-coordinate representation of color #AB34EE: hue angle of 278.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB34EE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 52 238 -
CMYK 0.28 0.78 0 0.07
HSL 278.39º 0.85% 0.57% -
HSV(B) 278.39º 0.78% 0.93% -
XYZ 33.46 17.29 82.46 -
YUV 108.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 171 52 238 0.28 0.78 0 0.07 278.39 0.85 0.57
Hex AB 34 EE 1C 4E 0 7 116 55 39
Octal 253 64 356 34 116 0 7 426 125 71
Binary 10101011 110100 11101110 11100 1001110 0 111 100010110 1010101 111001

Color Harmonies of #AB34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34EE

Black with #AB34EE

Text Example


Text Example

White with #AB34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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