Html Css Color HEX #AD30FE Blue Violet

📋 copy color: '#AD30FE'

red 173 ◦ green 48 ◦ blue 254

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

Shades of Blue Violet #AD30FE

Tints of Blue Violet #AD30FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 36.42%
G = 10.11%
B = 53.47%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD30FE (or 0xAD30FE) is known color: Blue Violet. HEX triplet: AD, 30 and FE. RGB value is (173,48,254). Sum of RGB (Red+Green+Blue) = 173+48+254=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD30FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30FE is #52CF01. Grayscale: #6C6C6C. Windows color (decimal): -5426946 or 16658605. OLE color: 16658605.

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

Color convert

RGB 173 48 254 -
CMYK 0.32 0.81 0 0.00
HSL 276.41º 0.99% 0.59% -
HSV(B) 276.41º 0.81% 1% -
XYZ 36.18 18.15 95.36 -
YUV 108.86 209.91 173.75 -
System Red Green Blue C M Y K H S L
Decimal 173 48 254 0.32 0.81 0 0.00 276.41 0.99 0.59
Hex AD 30 FE 20 51 0 0 114 63 3B
Octal 255 60 376 40 121 0 0 424 143 73
Binary 10101101 110000 11111110 100000 1010001 0 0 100010100 1100011 111011

Color Harmonies of #AD30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30FE

Black with #AD30FE

Text Example


Text Example

White with #AD30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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