Html Css Color HEX #AD33FF Blue Violet

📋 copy color: '#AD33FF'

red 173 ◦ green 51 ◦ blue 255

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

Shades of Blue Violet #AD33FF

Tints of Blue Violet #AD33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 36.12%
G = 10.65%
B = 53.24%

CMYK

 C value IS 0.32

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD33FF (or 0xAD33FF) is known color: Blue Violet. HEX triplet: AD, 33 and FF. RGB value is (173,51,255). Sum of RGB (Red+Green+Blue) = 173+51+255=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD33FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33FF is #52CC00. Grayscale: #6E6E6E. Windows color (decimal): -5426177 or 16724909. OLE color: 16724909.

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

Color convert

RGB 173 51 255 -
CMYK 0.32 0.8 0 0
HSL 275.88º 1% 0.6% -
HSV(B) 275.88º 0.8% 1% -
XYZ 36.47 18.47 96.25 -
YUV 110.73 209.42 172.41 -
System Red Green Blue C M Y K H S L
Decimal 173 51 255 0.32 0.8 0 0 275.88 1 0.6
Hex AD 33 FF 20 50 0 0 114 64 3C
Octal 255 63 377 40 120 0 0 424 144 74
Binary 10101101 110011 11111111 100000 1010000 0 0 100010100 1100100 111100

Color Harmonies of #AD33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33FF

Black with #AD33FF

Text Example


Text Example

White with #AD33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33FF; }

 p { color: rgb(173,51,255); }

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

background-color css

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

 a { background-color: rgb(173,51,255); }

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

border-color css

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

 span { border-color: rgb(173,51,255); }

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