Html Css Color HEX #AD32FB Blue Violet

📋 copy color: '#AD32FB'

red 173 ◦ green 50 ◦ blue 251

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

Shades of Blue Violet #AD32FB

Tints of Blue Violet #AD32FB

RGB

 RED value IS 173 (67.97% from 255) = 36.5%

 GREEN value IS 50 (19.92% from 255) = 10.55%

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 36.5%
G = 10.55%
B = 52.95%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD32FB (or 0xAD32FB) is known color: Blue Violet. HEX triplet: AD, 32 and FB. RGB value is (173,50,251). Sum of RGB (Red+Green+Blue) = 173+50+251=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32FB is #52CD04. Grayscale: #6D6D6D. Windows color (decimal): -5426437 or 16462509. OLE color: 16462509.

HSL color Cylindrical-coordinate representation of color #AD32FB: hue angle of 276.72º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD32FB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 50 251 -
CMYK 0.31 0.80 0 0.02
HSL 276.72º 0.96% 0.59% -
HSV(B) 276.72º 0.8% 0.98% -
XYZ 35.79 18.13 92.88 -
YUV 109.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 173 50 251 0.31 0.80 0 0.02 276.72 0.96 0.59
Hex AD 32 FB 1F 50 0 2 115 60 3B
Octal 255 62 373 37 120 0 2 425 140 73
Binary 10101101 110010 11111011 11111 1010000 0 10 100010101 1100000 111011

Color Harmonies of #AD32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32FB

Black with #AD32FB

Text Example


Text Example

White with #AD32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32FB; }

 p { color: rgb(173,50,251); }

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

background-color css

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

 a { background-color: rgb(173,50,251); }

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

border-color css

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

 span { border-color: rgb(173,50,251); }

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