Html Css Color HEX #AD2EEE Blue Violet

📋 copy color: '#AD2EEE'

red 173 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #AD2EEE

Tints of Blue Violet #AD2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.07%

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

R = 37.86%
G = 10.07%
B = 52.08%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD2EEE (or 0xAD2EEE) is known color: Blue Violet. HEX triplet: AD, 2E and EE. RGB value is (173,46,238). Sum of RGB (Red+Green+Blue) = 173+46+238=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD2EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EEE is #52D111. Grayscale: #696969. Windows color (decimal): -5427474 or 15609517. OLE color: 15609517.

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

Color convert

RGB 173 46 238 -
CMYK 0.27 0.81 0 0.07
HSL 279.69º 0.85% 0.56% -
HSV(B) 279.69º 0.81% 0.93% -
XYZ 33.64 17.01 82.4 -
YUV 105.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 173 46 238 0.27 0.81 0 0.07 279.69 0.85 0.56
Hex AD 2E EE 1B 51 0 7 118 55 38
Octal 255 56 356 33 121 0 7 430 125 70
Binary 10101101 101110 11101110 11011 1010001 0 111 100011000 1010101 111000

Color Harmonies of #AD2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EEE

Black with #AD2EEE

Text Example


Text Example

White with #AD2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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