Html Css Color HEX #AB2AFA Blue Violet

📋 copy color: '#AB2AFA'

red 171 ◦ green 42 ◦ blue 250

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

Shades of Blue Violet #AB2AFA

Tints of Blue Violet #AB2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.07%

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

R = 36.93%
G = 9.07%
B = 54%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB2AFA (or 0xAB2AFA) is known color: Blue Violet. HEX triplet: AB, 2A and FA. RGB value is (171,42,250). Sum of RGB (Red+Green+Blue) = 171+42+250=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB2AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2AFA is #54D505. Grayscale: #676767. Windows color (decimal): -5559558 or 16394923. OLE color: 16394923.

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

Color convert

RGB 171 42 250 -
CMYK 0.32 0.83 0 0.02
HSL 277.21º 0.95% 0.57% -
HSV(B) 277.21º 0.83% 0.98% -
XYZ 34.88 17.22 91.93 -
YUV 104.28 210.24 175.59 -
System Red Green Blue C M Y K H S L
Decimal 171 42 250 0.32 0.83 0 0.02 277.21 0.95 0.57
Hex AB 2A FA 20 53 0 2 115 5F 39
Octal 253 52 372 40 123 0 2 425 137 71
Binary 10101011 101010 11111010 100000 1010011 0 10 100010101 1011111 111001

Color Harmonies of #AB2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AFA

Black with #AB2AFA

Text Example


Text Example

White with #AB2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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