Html Css Color HEX #AD2AED Blue Violet

📋 copy color: '#AD2AED'

red 173 ◦ green 42 ◦ blue 237

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

Shades of Blue Violet #AD2AED

Tints of Blue Violet #AD2AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.29%

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 38.27%
G = 9.29%
B = 52.43%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD2AED (or 0xAD2AED) is known color: Blue Violet. HEX triplet: AD, 2A and ED. RGB value is (173,42,237). Sum of RGB (Red+Green+Blue) = 173+42+237=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD2AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2AED is #52D512. Grayscale: #666666. Windows color (decimal): -5428499 or 15542957. OLE color: 15542957.

HSL color Cylindrical-coordinate representation of color #AD2AED: hue angle of 280.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2AED is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 42 237 -
CMYK 0.27 0.82 0 0.07
HSL 280.31º 0.84% 0.55% -
HSV(B) 280.31º 0.82% 0.93% -
XYZ 33.35 16.65 81.58 -
YUV 103.4 203.4 177.64 -
System Red Green Blue C M Y K H S L
Decimal 173 42 237 0.27 0.82 0 0.07 280.31 0.84 0.55
Hex AD 2A ED 1B 52 0 7 118 54 37
Octal 255 52 355 33 122 0 7 430 124 67
Binary 10101101 101010 11101101 11011 1010010 0 111 100011000 1010100 110111

Color Harmonies of #AD2AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AED

Black with #AD2AED

Text Example


Text Example

White with #AD2AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AED; }

 p { color: rgb(173,42,237); }

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

background-color css

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

 a { background-color: rgb(173,42,237); }

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

border-color css

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

 span { border-color: rgb(173,42,237); }

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