Html Css Color HEX #AD30FD Blue Violet

📋 copy color: '#AD30FD'

red 173 ◦ green 48 ◦ blue 253

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

Shades of Blue Violet #AD30FD

Tints of Blue Violet #AD30FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 36.5%
G = 10.13%
B = 53.38%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD30FD (or 0xAD30FD) is known color: Blue Violet. HEX triplet: AD, 30 and FD. RGB value is (173,48,253). Sum of RGB (Red+Green+Blue) = 173+48+253=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD30FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30FD is #52CF02. Grayscale: #6C6C6C. Windows color (decimal): -5426947 or 16593069. OLE color: 16593069.

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

Color convert

RGB 173 48 253 -
CMYK 0.32 0.81 0 0.01
HSL 276.59º 0.98% 0.59% -
HSV(B) 276.59º 0.81% 0.99% -
XYZ 36.02 18.09 94.52 -
YUV 108.75 209.41 173.83 -
System Red Green Blue C M Y K H S L
Decimal 173 48 253 0.32 0.81 0 0.01 276.59 0.98 0.59
Hex AD 30 FD 20 51 0 1 115 62 3B
Octal 255 60 375 40 121 0 1 425 142 73
Binary 10101101 110000 11111101 100000 1010001 0 1 100010101 1100010 111011

Color Harmonies of #AD30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30FD

Black with #AD30FD

Text Example


Text Example

White with #AD30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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