Html Css Color HEX #AD33F4 Blue Violet

📋 copy color: '#AD33F4'

red 173 ◦ green 51 ◦ blue 244

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

Shades of Blue Violet #AD33F4

Tints of Blue Violet #AD33F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.14%

R = 36.97%
G = 10.9%
B = 52.14%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD33F4 (or 0xAD33F4) is known color: Blue Violet. HEX triplet: AD, 33 and F4. RGB value is (173,51,244). Sum of RGB (Red+Green+Blue) = 173+51+244=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD33F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33F4 is #52CC0B. Grayscale: #6C6C6C. Windows color (decimal): -5426188 or 16004013. OLE color: 16004013.

HSL color Cylindrical-coordinate representation of color #AD33F4: hue angle of 277.93º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD33F4 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 51 244 -
CMYK 0.29 0.79 0 0.04
HSL 277.93º 0.9% 0.58% -
HSV(B) 277.93º 0.79% 0.96% -
XYZ 34.75 17.78 87.19 -
YUV 109.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 173 51 244 0.29 0.79 0 0.04 277.93 0.9 0.58
Hex AD 33 F4 1D 4F 0 4 116 5A 3A
Octal 255 63 364 35 117 0 4 426 132 72
Binary 10101101 110011 11110100 11101 1001111 0 100 100010110 1011010 111010

Color Harmonies of #AD33F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33F4

Black with #AD33F4

Text Example


Text Example

White with #AD33F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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