Html Css Color HEX #AB3CFB Blue Violet

📋 copy color: '#AB3CFB'

red 171 ◦ green 60 ◦ blue 251

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

Shades of Blue Violet #AB3CFB

Tints of Blue Violet #AB3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.45%

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

R = 35.48%
G = 12.45%
B = 52.07%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB3CFB (or 0xAB3CFB) is known color: Blue Violet. HEX triplet: AB, 3C and FB. RGB value is (171,60,251). Sum of RGB (Red+Green+Blue) = 171+60+251=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB3CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFB is #54C304. Grayscale: #727272. Windows color (decimal): -5554949 or 16465067. OLE color: 16465067.

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

Color convert

RGB 171 60 251 -
CMYK 0.32 0.76 0 0.02
HSL 274.87º 0.96% 0.61% -
HSV(B) 274.87º 0.76% 0.98% -
XYZ 35.82 18.85 93.02 -
YUV 114.96 204.77 167.97 -
System Red Green Blue C M Y K H S L
Decimal 171 60 251 0.32 0.76 0 0.02 274.87 0.96 0.61
Hex AB 3C FB 20 4C 0 2 113 60 3D
Octal 253 74 373 40 114 0 2 423 140 75
Binary 10101011 111100 11111011 100000 1001100 0 10 100010011 1100000 111101

Color Harmonies of #AB3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CFB

Black with #AB3CFB

Text Example


Text Example

White with #AB3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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