Html Css Color HEX #AB26FD Blue Violet

📋 copy color: '#AB26FD'

red 171 ◦ green 38 ◦ blue 253

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

Shades of Blue Violet #AB26FD

Tints of Blue Violet #AB26FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 37.01%
G = 8.23%
B = 54.76%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB26FD (or 0xAB26FD) is known color: Blue Violet. HEX triplet: AB, 26 and FD. RGB value is (171,38,253). Sum of RGB (Red+Green+Blue) = 171+38+253=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB26FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB26FD is #54D902. Grayscale: #656565. Windows color (decimal): -5560579 or 16590507. OLE color: 16590507.

HSL color Cylindrical-coordinate representation of color #AB26FD: hue angle of 277.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB26FD is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 38 253 -
CMYK 0.32 0.85 0 0.01
HSL 277.12º 0.98% 0.57% -
HSV(B) 277.12º 0.85% 0.99% -
XYZ 35.22 17.14 94.38 -
YUV 102.28 213.06 177.02 -
System Red Green Blue C M Y K H S L
Decimal 171 38 253 0.32 0.85 0 0.01 277.12 0.98 0.57
Hex AB 26 FD 20 55 0 1 115 62 39
Octal 253 46 375 40 125 0 1 425 142 71
Binary 10101011 100110 11111101 100000 1010101 0 1 100010101 1100010 111001

Color Harmonies of #AB26FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26FD

Black with #AB26FD

Text Example


Text Example

White with #AB26FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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