Html Css Color HEX #AB46FF Blue Violet

📋 copy color: '#AB46FF'

red 171 ◦ green 70 ◦ blue 255

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

Shades of Blue Violet #AB46FF

Tints of Blue Violet #AB46FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.11%

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

R = 34.48%
G = 14.11%
B = 51.41%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB46FF (or 0xAB46FF) is known color: Blue Violet. HEX triplet: AB, 46 and FF. RGB value is (171,70,255). Sum of RGB (Red+Green+Blue) = 171+70+255=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46FF is #54B900. Grayscale: #787878. Windows color (decimal): -5552385 or 16729771. OLE color: 16729771.

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

Color convert

RGB 171 70 255 -
CMYK 0.33 0.73 0 0
HSL 272.76º 1% 0.64% -
HSV(B) 272.76º 0.73% 1% -
XYZ 37.03 20.26 96.57 -
YUV 121.29 203.46 163.46 -
System Red Green Blue C M Y K H S L
Decimal 171 70 255 0.33 0.73 0 0 272.76 1 0.64
Hex AB 46 FF 21 49 0 0 111 64 40
Octal 253 106 377 41 111 0 0 421 144 100
Binary 10101011 1000110 11111111 100001 1001001 0 0 100010001 1100100 1000000

Color Harmonies of #AB46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46FF

Black with #AB46FF

Text Example


Text Example

White with #AB46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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