Html Css Color HEX #AB45FB Blue Violet

📋 copy color: '#AB45FB'

red 171 ◦ green 69 ◦ blue 251

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

Shades of Blue Violet #AB45FB

Tints of Blue Violet #AB45FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.05%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 34.83%
G = 14.05%
B = 51.12%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB45FB (or 0xAB45FB) is known color: Blue Violet. HEX triplet: AB, 45 and FB. RGB value is (171,69,251). Sum of RGB (Red+Green+Blue) = 171+69+251=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45FB is #54BA04. Grayscale: #777777. Windows color (decimal): -5552645 or 16467371. OLE color: 16467371.

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

Color convert

RGB 171 69 251 -
CMYK 0.32 0.73 0 0.02
HSL 273.63º 0.96% 0.63% -
HSV(B) 273.63º 0.73% 0.98% -
XYZ 36.34 19.88 93.19 -
YUV 120.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 171 69 251 0.32 0.73 0 0.02 273.63 0.96 0.63
Hex AB 45 FB 20 49 0 2 112 60 3F
Octal 253 105 373 40 111 0 2 422 140 77
Binary 10101011 1000101 11111011 100000 1001001 0 10 100010010 1100000 111111

Color Harmonies of #AB45FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45FB

Black with #AB45FB

Text Example


Text Example

White with #AB45FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45FB; }

 p { color: rgb(171,69,251); }

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

background-color css

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

 a { background-color: rgb(171,69,251); }

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

border-color css

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

 span { border-color: rgb(171,69,251); }

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