Html Css Color HEX #AB25FC Blue Violet

📋 copy color: '#AB25FC'

red 171 ◦ green 37 ◦ blue 252

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

Shades of Blue Violet #AB25FC

Tints of Blue Violet #AB25FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.04%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 37.17%
G = 8.04%
B = 54.78%

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

#AB25FC (or 0xAB25FC) is known color: Blue Violet. HEX triplet: AB, 25 and FC. RGB value is (171,37,252). Sum of RGB (Red+Green+Blue) = 171+37+252=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB25FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25FC is #54DA03. Grayscale: #646464. Windows color (decimal): -5560836 or 16524715. OLE color: 16524715.

HSL color Cylindrical-coordinate representation of color #AB25FC: hue angle of 277.4º degrees, saturation: 0.97, 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 #AB25FC is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 37 252 -
CMYK 0.32 0.85 0 0.01
HSL 277.4º 0.97% 0.57% -
HSV(B) 277.4º 0.85% 0.99% -
XYZ 35.03 17.01 93.53 -
YUV 101.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 171 37 252 0.32 0.85 0 0.01 277.4 0.97 0.57
Hex AB 25 FC 20 55 0 1 115 61 39
Octal 253 45 374 40 125 0 1 425 141 71
Binary 10101011 100101 11111100 100000 1010101 0 1 100010101 1100001 111001

Color Harmonies of #AB25FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25FC

Black with #AB25FC

Text Example


Text Example

White with #AB25FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25FC; }

 p { color: rgb(171,37,252); }

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

background-color css

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

 a { background-color: rgb(171,37,252); }

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

border-color css

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

 span { border-color: rgb(171,37,252); }

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