Html Css Color HEX #AB2CFF Blue Violet

📋 copy color: '#AB2CFF'

red 171 ◦ green 44 ◦ blue 255

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

Shades of Blue Violet #AB2CFF

Tints of Blue Violet #AB2CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.36%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 36.38%
G = 9.36%
B = 54.26%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB2CFF (or 0xAB2CFF) is known color: Blue Violet. HEX triplet: AB, 2C and FF. RGB value is (171,44,255). Sum of RGB (Red+Green+Blue) = 171+44+255=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CFF is #54D300. Grayscale: #696969. Windows color (decimal): -5559041 or 16723115. OLE color: 16723115.

HSL color Cylindrical-coordinate representation of color #AB2CFF: hue angle of 276.11º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2CFF is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 44 255 -
CMYK 0.33 0.83 0 0
HSL 276.11º 1% 0.59% -
HSV(B) 276.11º 0.83% 1% -
XYZ 35.75 17.68 96.14 -
YUV 106.03 212.08 174.34 -
System Red Green Blue C M Y K H S L
Decimal 171 44 255 0.33 0.83 0 0 276.11 1 0.59
Hex AB 2C FF 21 53 0 0 114 64 3B
Octal 253 54 377 41 123 0 0 424 144 73
Binary 10101011 101100 11111111 100001 1010011 0 0 100010100 1100100 111011

Color Harmonies of #AB2CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CFF

Black with #AB2CFF

Text Example


Text Example

White with #AB2CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CFF; }

 p { color: rgb(171,44,255); }

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

background-color css

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

 a { background-color: rgb(171,44,255); }

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

border-color css

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

 span { border-color: rgb(171,44,255); }

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