Html Css Color HEX #AB48FE Blue Violet

📋 copy color: '#AB48FE'

red 171 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #AB48FE

Tints of Blue Violet #AB48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.49%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 34.41%
G = 14.49%
B = 51.11%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB48FE (or 0xAB48FE) is known color: Blue Violet. HEX triplet: AB, 48 and FE. RGB value is (171,72,254). Sum of RGB (Red+Green+Blue) = 171+72+254=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48FE is #54B701. Grayscale: #797979. Windows color (decimal): -5551874 or 16664747. OLE color: 16664747.

HSL color Cylindrical-coordinate representation of color #AB48FE: hue angle of 272.64º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB48FE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 72 254 -
CMYK 0.33 0.72 0 0.00
HSL 272.64º 0.99% 0.64% -
HSV(B) 272.64º 0.72% 1% -
XYZ 37 20.45 95.76 -
YUV 122.35 202.3 162.7 -
System Red Green Blue C M Y K H S L
Decimal 171 72 254 0.33 0.72 0 0.00 272.64 0.99 0.64
Hex AB 48 FE 21 48 0 0 111 63 40
Octal 253 110 376 41 110 0 0 421 143 100
Binary 10101011 1001000 11111110 100001 1001000 0 0 100010001 1100011 1000000

Color Harmonies of #AB48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48FE

Black with #AB48FE

Text Example


Text Example

White with #AB48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48FE; }

 p { color: rgb(171,72,254); }

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

background-color css

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

 a { background-color: rgb(171,72,254); }

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

border-color css

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

 span { border-color: rgb(171,72,254); }

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