Html Css Color HEX #AD37FF Blue Violet

📋 copy color: '#AD37FF'

red 173 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #AD37FF

Tints of Blue Violet #AD37FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.39%

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

R = 35.82%
G = 11.39%
B = 52.8%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD37FF (or 0xAD37FF) is known color: Blue Violet. HEX triplet: AD, 37 and FF. RGB value is (173,55,255). Sum of RGB (Red+Green+Blue) = 173+55+255=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37FF is #52C800. Grayscale: #707070. Windows color (decimal): -5425153 or 16725933. OLE color: 16725933.

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

Color convert

RGB 173 55 255 -
CMYK 0.32 0.78 0 0
HSL 275.4º 1% 0.61% -
HSV(B) 275.4º 0.78% 1% -
XYZ 36.65 18.84 96.31 -
YUV 113.08 208.09 170.74 -
System Red Green Blue C M Y K H S L
Decimal 173 55 255 0.32 0.78 0 0 275.4 1 0.61
Hex AD 37 FF 20 4E 0 0 113 64 3D
Octal 255 67 377 40 116 0 0 423 144 75
Binary 10101101 110111 11111111 100000 1001110 0 0 100010011 1100100 111101

Color Harmonies of #AD37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37FF

Black with #AD37FF

Text Example


Text Example

White with #AD37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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