Html Css Color HEX #AB42FB Blue Violet

📋 copy color: '#AB42FB'

red 171 ◦ green 66 ◦ blue 251

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

Shades of Blue Violet #AB42FB

Tints of Blue Violet #AB42FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.52%

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

R = 35.04%
G = 13.52%
B = 51.43%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB42FB (or 0xAB42FB) is known color: Blue Violet. HEX triplet: AB, 42 and FB. RGB value is (171,66,251). Sum of RGB (Red+Green+Blue) = 171+66+251=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42FB is #54BD04. Grayscale: #757575. Windows color (decimal): -5553413 or 16466603. OLE color: 16466603.

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

Color convert

RGB 171 66 251 -
CMYK 0.32 0.74 0 0.02
HSL 274.05º 0.96% 0.62% -
HSV(B) 274.05º 0.74% 0.98% -
XYZ 36.16 19.52 93.13 -
YUV 118.49 202.79 165.46 -
System Red Green Blue C M Y K H S L
Decimal 171 66 251 0.32 0.74 0 0.02 274.05 0.96 0.62
Hex AB 42 FB 20 4A 0 2 112 60 3E
Octal 253 102 373 40 112 0 2 422 140 76
Binary 10101011 1000010 11111011 100000 1001010 0 10 100010010 1100000 111110

Color Harmonies of #AB42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42FB

Black with #AB42FB

Text Example


Text Example

White with #AB42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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