Html Css Color HEX #AD33F2 Blue Violet

📋 copy color: '#AD33F2'

red 173 ◦ green 51 ◦ blue 242

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

Shades of Blue Violet #AD33F2

Tints of Blue Violet #AD33F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 37.12%
G = 10.94%
B = 51.93%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD33F2 (or 0xAD33F2) is known color: Blue Violet. HEX triplet: AD, 33 and F2. RGB value is (173,51,242). Sum of RGB (Red+Green+Blue) = 173+51+242=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD33F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33F2 is #52CC0D. Grayscale: #6C6C6C. Windows color (decimal): -5426190 or 15872941. OLE color: 15872941.

HSL color Cylindrical-coordinate representation of color #AD33F2: hue angle of 278.32º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD33F2 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 51 242 -
CMYK 0.29 0.79 0 0.05
HSL 278.32º 0.88% 0.57% -
HSV(B) 278.32º 0.79% 0.95% -
XYZ 34.44 17.66 85.6 -
YUV 109.25 202.92 173.47 -
System Red Green Blue C M Y K H S L
Decimal 173 51 242 0.29 0.79 0 0.05 278.32 0.88 0.57
Hex AD 33 F2 1D 4F 0 5 116 58 39
Octal 255 63 362 35 117 0 5 426 130 71
Binary 10101101 110011 11110010 11101 1001111 0 101 100010110 1011000 111001

Color Harmonies of #AD33F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33F2

Black with #AD33F2

Text Example


Text Example

White with #AD33F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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