Html Css Color HEX #AB34EF Blue Violet

📋 copy color: '#AB34EF'

red 171 ◦ green 52 ◦ blue 239

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

Shades of Blue Violet #AB34EF

Tints of Blue Violet #AB34EF

RGB

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

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

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

R = 37.01%
G = 11.26%
B = 51.73%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB34EF (or 0xAB34EF) is known color: Blue Violet. HEX triplet: AB, 34 and EF. RGB value is (171,52,239). Sum of RGB (Red+Green+Blue) = 171+52+239=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB34EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB34EF is #54CB10. Grayscale: #6C6C6C. Windows color (decimal): -5557009 or 15676587. OLE color: 15676587.

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

Color convert

RGB 171 52 239 -
CMYK 0.28 0.78 0 0.06
HSL 278.18º 0.85% 0.57% -
HSV(B) 278.18º 0.78% 0.94% -
XYZ 33.6 17.35 83.24 -
YUV 108.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 171 52 239 0.28 0.78 0 0.06 278.18 0.85 0.57
Hex AB 34 EF 1C 4E 0 6 116 55 39
Octal 253 64 357 34 116 0 6 426 125 71
Binary 10101011 110100 11101111 11100 1001110 0 110 100010110 1010101 111001

Color Harmonies of #AB34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34EF

Black with #AB34EF

Text Example


Text Example

White with #AB34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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