Html Css Color HEX #AB3CFA Blue Violet

📋 copy color: '#AB3CFA'

red 171 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #AB3CFA

Tints of Blue Violet #AB3CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.98%

R = 35.55%
G = 12.47%
B = 51.98%

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

#AB3CFA (or 0xAB3CFA) is known color: Blue Violet. HEX triplet: AB, 3C and FA. RGB value is (171,60,250). Sum of RGB (Red+Green+Blue) = 171+60+250=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB3CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFA is #54C305. Grayscale: #727272. Windows color (decimal): -5554950 or 16399531. OLE color: 16399531.

HSL color Cylindrical-coordinate representation of color #AB3CFA: hue angle of 275.05º degrees, saturation: 0.95, 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 #AB3CFA is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 60 250 -
CMYK 0.32 0.76 0 0.02
HSL 275.05º 0.95% 0.61% -
HSV(B) 275.05º 0.76% 0.98% -
XYZ 35.67 18.79 92.19 -
YUV 114.85 204.27 168.05 -
System Red Green Blue C M Y K H S L
Decimal 171 60 250 0.32 0.76 0 0.02 275.05 0.95 0.61
Hex AB 3C FA 20 4C 0 2 113 5F 3D
Octal 253 74 372 40 114 0 2 423 137 75
Binary 10101011 111100 11111010 100000 1001100 0 10 100010011 1011111 111101

Color Harmonies of #AB3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CFA

Black with #AB3CFA

Text Example


Text Example

White with #AB3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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