Html Css Color HEX #AD30FB Blue Violet

📋 copy color: '#AD30FB'

red 173 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #AD30FB

Tints of Blue Violet #AD30FB

RGB

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

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

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

R = 36.65%
G = 10.17%
B = 53.18%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD30FB (or 0xAD30FB) is known color: Blue Violet. HEX triplet: AD, 30 and FB. RGB value is (173,48,251). Sum of RGB (Red+Green+Blue) = 173+48+251=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30FB is #52CF04. Grayscale: #6B6B6B. Windows color (decimal): -5426949 or 16461997. OLE color: 16461997.

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

Color convert

RGB 173 48 251 -
CMYK 0.31 0.81 0 0.02
HSL 276.95º 0.96% 0.59% -
HSV(B) 276.95º 0.81% 0.98% -
XYZ 35.7 17.96 92.85 -
YUV 108.52 208.41 173.99 -
System Red Green Blue C M Y K H S L
Decimal 173 48 251 0.31 0.81 0 0.02 276.95 0.96 0.59
Hex AD 30 FB 1F 51 0 2 115 60 3B
Octal 255 60 373 37 121 0 2 425 140 73
Binary 10101101 110000 11111011 11111 1010001 0 10 100010101 1100000 111011

Color Harmonies of #AD30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30FB

Black with #AD30FB

Text Example


Text Example

White with #AD30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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