Html Css Color HEX #AB26EC Blue Violet

📋 copy color: '#AB26EC'

red 171 ◦ green 38 ◦ blue 236

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

Shades of Blue Violet #AB26EC

Tints of Blue Violet #AB26EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 38.43%
G = 8.54%
B = 53.03%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB26EC (or 0xAB26EC) is known color: Blue Violet. HEX triplet: AB, 26 and EC. RGB value is (171,38,236). Sum of RGB (Red+Green+Blue) = 171+38+236=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB26EC is #54D913. Grayscale: #636363. Windows color (decimal): -5560596 or 15476395. OLE color: 15476395.

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

Color convert

RGB 171 38 236 -
CMYK 0.28 0.84 0 0.07
HSL 280.3º 0.84% 0.54% -
HSV(B) 280.3º 0.84% 0.93% -
XYZ 32.63 16.1 80.74 -
YUV 100.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 171 38 236 0.28 0.84 0 0.07 280.3 0.84 0.54
Hex AB 26 EC 1C 54 0 7 118 54 36
Octal 253 46 354 34 124 0 7 430 124 66
Binary 10101011 100110 11101100 11100 1010100 0 111 100011000 1010100 110110

Color Harmonies of #AB26EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26EC

Black with #AB26EC

Text Example


Text Example

White with #AB26EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26EC; }

 p { color: rgb(171,38,236); }

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

background-color css

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

 a { background-color: rgb(171,38,236); }

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

border-color css

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

 span { border-color: rgb(171,38,236); }

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