Html Css Color HEX #AB2BEB Blue Violet

📋 copy color: '#AB2BEB'

red 171 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #AB2BEB

Tints of Blue Violet #AB2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 38.08%
G = 9.58%
B = 52.34%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB2BEB (or 0xAB2BEB) is known color: Blue Violet. HEX triplet: AB, 2B and EB. RGB value is (171,43,235). Sum of RGB (Red+Green+Blue) = 171+43+235=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB2BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BEB is #54D414. Grayscale: #666666. Windows color (decimal): -5559317 or 15412139. OLE color: 15412139.

HSL color Cylindrical-coordinate representation of color #AB2BEB: hue angle of 280º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2BEB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 43 235 -
CMYK 0.27 0.82 0 0.08
HSL 280º 0.83% 0.55% -
HSV(B) 280º 0.82% 0.92% -
XYZ 32.65 16.38 80.04 -
YUV 103.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 171 43 235 0.27 0.82 0 0.08 280 0.83 0.55
Hex AB 2B EB 1B 52 0 8 118 53 37
Octal 253 53 353 33 122 0 10 430 123 67
Binary 10101011 101011 11101011 11011 1010010 0 1000 100011000 1010011 110111

Color Harmonies of #AB2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BEB

Black with #AB2BEB

Text Example


Text Example

White with #AB2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BEB; }

 p { color: rgb(171,43,235); }

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

background-color css

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

 a { background-color: rgb(171,43,235); }

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

border-color css

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

 span { border-color: rgb(171,43,235); }

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