Html Css Color HEX #AB32F9 Blue Violet

📋 copy color: '#AB32F9'

red 171 ◦ green 50 ◦ blue 249

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

Shades of Blue Violet #AB32F9

Tints of Blue Violet #AB32F9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.64%

 BLUE value IS 249 (97.66% from 255) = 52.98%

R = 36.38%
G = 10.64%
B = 52.98%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB32F9 (or 0xAB32F9) is known color: Blue Violet. HEX triplet: AB, 32 and F9. RGB value is (171,50,249). Sum of RGB (Red+Green+Blue) = 171+50+249=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB32F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32F9 is #54CD06. Grayscale: #6C6C6C. Windows color (decimal): -5557511 or 16331435. OLE color: 16331435.

HSL color Cylindrical-coordinate representation of color #AB32F9: hue angle of 276.48º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB32F9 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 50 249 -
CMYK 0.31 0.80 0 0.02
HSL 276.48º 0.94% 0.59% -
HSV(B) 276.48º 0.8% 0.98% -
XYZ 35.03 17.78 91.21 -
YUV 108.87 207.09 172.32 -
System Red Green Blue C M Y K H S L
Decimal 171 50 249 0.31 0.80 0 0.02 276.48 0.94 0.59
Hex AB 32 F9 1F 50 0 2 114 5E 3B
Octal 253 62 371 37 120 0 2 424 136 73
Binary 10101011 110010 11111001 11111 1010000 0 10 100010100 1011110 111011

Color Harmonies of #AB32F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32F9

Black with #AB32F9

Text Example


Text Example

White with #AB32F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32F9; }

 p { color: rgb(171,50,249); }

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

background-color css

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

 a { background-color: rgb(171,50,249); }

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

border-color css

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

 span { border-color: rgb(171,50,249); }

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