Html Css Color HEX #AB47FF Blue Violet

📋 copy color: '#AB47FF'

red 171 ◦ green 71 ◦ blue 255

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

Shades of Blue Violet #AB47FF

Tints of Blue Violet #AB47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.29%

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

R = 34.41%
G = 14.29%
B = 51.31%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB47FF (or 0xAB47FF) is known color: Blue Violet. HEX triplet: AB, 47 and FF. RGB value is (171,71,255). Sum of RGB (Red+Green+Blue) = 171+71+255=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47FF is #54B800. Grayscale: #797979. Windows color (decimal): -5552129 or 16730027. OLE color: 16730027.

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

Color convert

RGB 171 71 255 -
CMYK 0.33 0.72 0 0
HSL 272.61º 1% 0.64% -
HSV(B) 272.61º 0.72% 1% -
XYZ 37.1 20.38 96.59 -
YUV 121.88 203.13 163.04 -
System Red Green Blue C M Y K H S L
Decimal 171 71 255 0.33 0.72 0 0 272.61 1 0.64
Hex AB 47 FF 21 48 0 0 111 64 40
Octal 253 107 377 41 110 0 0 421 144 100
Binary 10101011 1000111 11111111 100001 1001000 0 0 100010001 1100100 1000000

Color Harmonies of #AB47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47FF

Black with #AB47FF

Text Example


Text Example

White with #AB47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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