Html Css Color HEX #AD36FF Blue Violet

📋 copy color: '#AD36FF'

red 173 ◦ green 54 ◦ blue 255

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

Shades of Blue Violet #AD36FF

Tints of Blue Violet #AD36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.2%

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

R = 35.89%
G = 11.2%
B = 52.9%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD36FF (or 0xAD36FF) is known color: Blue Violet. HEX triplet: AD, 36 and FF. RGB value is (173,54,255). Sum of RGB (Red+Green+Blue) = 173+54+255=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36FF is #52C900. Grayscale: #6F6F6F. Windows color (decimal): -5425409 or 16725677. OLE color: 16725677.

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

Color convert

RGB 173 54 255 -
CMYK 0.32 0.79 0 0
HSL 275.52º 1% 0.61% -
HSV(B) 275.52º 0.79% 1% -
XYZ 36.6 18.74 96.3 -
YUV 112.5 208.42 171.16 -
System Red Green Blue C M Y K H S L
Decimal 173 54 255 0.32 0.79 0 0 275.52 1 0.61
Hex AD 36 FF 20 4F 0 0 114 64 3D
Octal 255 66 377 40 117 0 0 424 144 75
Binary 10101101 110110 11111111 100000 1001111 0 0 100010100 1100100 111101

Color Harmonies of #AD36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36FF

Black with #AD36FF

Text Example


Text Example

White with #AD36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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