Html Css Color HEX #AB2BFA Blue Violet

📋 copy color: '#AB2BFA'

red 171 ◦ green 43 ◦ blue 250

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

Shades of Blue Violet #AB2BFA

Tints of Blue Violet #AB2BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 36.85%
G = 9.27%
B = 53.88%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB2BFA (or 0xAB2BFA) is known color: Blue Violet. HEX triplet: AB, 2B and FA. RGB value is (171,43,250). Sum of RGB (Red+Green+Blue) = 171+43+250=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BFA is #54D405. Grayscale: #686868. Windows color (decimal): -5559302 or 16395179. OLE color: 16395179.

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

Color convert

RGB 171 43 250 -
CMYK 0.32 0.83 0 0.02
HSL 277.1º 0.95% 0.57% -
HSV(B) 277.1º 0.83% 0.98% -
XYZ 34.91 17.29 91.94 -
YUV 104.87 209.91 175.17 -
System Red Green Blue C M Y K H S L
Decimal 171 43 250 0.32 0.83 0 0.02 277.1 0.95 0.57
Hex AB 2B FA 20 53 0 2 115 5F 39
Octal 253 53 372 40 123 0 2 425 137 71
Binary 10101011 101011 11111010 100000 1010011 0 10 100010101 1011111 111001

Color Harmonies of #AB2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BFA

Black with #AB2BFA

Text Example


Text Example

White with #AB2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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