Html Css Color HEX #AD36FD Blue Violet

📋 copy color: '#AD36FD'

red 173 ◦ green 54 ◦ blue 253

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

Shades of Blue Violet #AD36FD

Tints of Blue Violet #AD36FD

RGB

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

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

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

R = 36.04%
G = 11.25%
B = 52.71%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD36FD (or 0xAD36FD) is known color: Blue Violet. HEX triplet: AD, 36 and FD. RGB value is (173,54,253). Sum of RGB (Red+Green+Blue) = 173+54+253=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD36FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36FD is #52C902. Grayscale: #6F6F6F. Windows color (decimal): -5425411 or 16594605. OLE color: 16594605.

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

Color convert

RGB 173 54 253 -
CMYK 0.32 0.79 0 0.01
HSL 275.88º 0.98% 0.6% -
HSV(B) 275.88º 0.79% 0.99% -
XYZ 36.28 18.61 94.61 -
YUV 112.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 173 54 253 0.32 0.79 0 0.01 275.88 0.98 0.6
Hex AD 36 FD 20 4F 0 1 114 62 3C
Octal 255 66 375 40 117 0 1 424 142 74
Binary 10101101 110110 11111101 100000 1001111 0 1 100010100 1100010 111100

Color Harmonies of #AD36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36FD

Black with #AD36FD

Text Example


Text Example

White with #AD36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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