Html Css Color HEX #AD2BEE Blue Violet

📋 copy color: '#AD2BEE'

red 173 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #AD2BEE

Tints of Blue Violet #AD2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.47%

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

R = 38.11%
G = 9.47%
B = 52.42%

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

#AD2BEE (or 0xAD2BEE) is known color: Blue Violet. HEX triplet: AD, 2B and EE. RGB value is (173,43,238). Sum of RGB (Red+Green+Blue) = 173+43+238=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BEE is #52D411. Grayscale: #676767. Windows color (decimal): -5428242 or 15608749. OLE color: 15608749.

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

Color convert

RGB 173 43 238 -
CMYK 0.27 0.82 0 0.07
HSL 280º 0.85% 0.55% -
HSV(B) 280º 0.82% 0.93% -
XYZ 33.53 16.79 82.36 -
YUV 104.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 173 43 238 0.27 0.82 0 0.07 280 0.85 0.55
Hex AD 2B EE 1B 52 0 7 118 55 37
Octal 255 53 356 33 122 0 7 430 125 67
Binary 10101101 101011 11101110 11011 1010010 0 111 100011000 1010101 110111

Color Harmonies of #AD2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BEE

Black with #AD2BEE

Text Example


Text Example

White with #AD2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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