Html Css Color HEX #AD2CEE Blue Violet

📋 copy color: '#AD2CEE'

red 173 ◦ green 44 ◦ blue 238

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

Shades of Blue Violet #AD2CEE

Tints of Blue Violet #AD2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 38.02%
G = 9.67%
B = 52.31%

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

#AD2CEE (or 0xAD2CEE) is known color: Blue Violet. HEX triplet: AD, 2C and EE. RGB value is (173,44,238). Sum of RGB (Red+Green+Blue) = 173+44+238=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD2CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CEE is #52D311. Grayscale: #686868. Windows color (decimal): -5427986 or 15609005. OLE color: 15609005.

HSL color Cylindrical-coordinate representation of color #AD2CEE: hue angle of 279.9º degrees, saturation: 0.85, 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 #AD2CEE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 44 238 -
CMYK 0.27 0.82 0 0.07
HSL 279.9º 0.85% 0.55% -
HSV(B) 279.9º 0.82% 0.93% -
XYZ 33.57 16.86 82.37 -
YUV 104.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 173 44 238 0.27 0.82 0 0.07 279.9 0.85 0.55
Hex AD 2C EE 1B 52 0 7 118 55 37
Octal 255 54 356 33 122 0 7 430 125 67
Binary 10101101 101100 11101110 11011 1010010 0 111 100011000 1010101 110111

Color Harmonies of #AD2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CEE

Black with #AD2CEE

Text Example


Text Example

White with #AD2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CEE; }

 p { color: rgb(173,44,238); }

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

background-color css

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

 a { background-color: rgb(173,44,238); }

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

border-color css

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

 span { border-color: rgb(173,44,238); }

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