Html Css Color HEX #AD32FD Blue Violet

📋 copy color: '#AD32FD'

red 173 ◦ green 50 ◦ blue 253

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

Shades of Blue Violet #AD32FD

Tints of Blue Violet #AD32FD

RGB

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

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

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

R = 36.34%
G = 10.5%
B = 53.15%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD32FD (or 0xAD32FD) is known color: Blue Violet. HEX triplet: AD, 32 and FD. RGB value is (173,50,253). Sum of RGB (Red+Green+Blue) = 173+50+253=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD32FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32FD is #52CD02. Grayscale: #6D6D6D. Windows color (decimal): -5426435 or 16593581. OLE color: 16593581.

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

Color convert

RGB 173 50 253 -
CMYK 0.32 0.80 0 0.01
HSL 276.35º 0.98% 0.59% -
HSV(B) 276.35º 0.8% 0.99% -
XYZ 36.1 18.26 94.55 -
YUV 109.92 208.75 172.99 -
System Red Green Blue C M Y K H S L
Decimal 173 50 253 0.32 0.80 0 0.01 276.35 0.98 0.59
Hex AD 32 FD 20 50 0 1 114 62 3B
Octal 255 62 375 40 120 0 1 424 142 73
Binary 10101101 110010 11111101 100000 1010000 0 1 100010100 1100010 111011

Color Harmonies of #AD32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32FD

Black with #AD32FD

Text Example


Text Example

White with #AD32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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