Html Css Color HEX #AB30FF Blue Violet

📋 copy color: '#AB30FF'

red 171 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #AB30FF

Tints of Blue Violet #AB30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 36.08%
G = 10.13%
B = 53.8%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB30FF (or 0xAB30FF) is known color: Blue Violet. HEX triplet: AB, 30 and FF. RGB value is (171,48,255). Sum of RGB (Red+Green+Blue) = 171+48+255=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30FF is #54CF00. Grayscale: #6B6B6B. Windows color (decimal): -5558017 or 16724139. OLE color: 16724139.

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

Color convert

RGB 171 48 255 -
CMYK 0.33 0.81 0 0
HSL 275.65º 1% 0.59% -
HSV(B) 275.65º 0.81% 1% -
XYZ 35.9 17.99 96.19 -
YUV 108.38 210.75 172.67 -
System Red Green Blue C M Y K H S L
Decimal 171 48 255 0.33 0.81 0 0 275.65 1 0.59
Hex AB 30 FF 21 51 0 0 114 64 3B
Octal 253 60 377 41 121 0 0 424 144 73
Binary 10101011 110000 11111111 100001 1010001 0 0 100010100 1100100 111011

Color Harmonies of #AB30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30FF

Black with #AB30FF

Text Example


Text Example

White with #AB30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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