Html Css Color HEX #AD32EE Blue Violet

📋 copy color: '#AD32EE'

red 173 ◦ green 50 ◦ blue 238

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

Shades of Blue Violet #AD32EE

Tints of Blue Violet #AD32EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

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

R = 37.53%
G = 10.85%
B = 51.63%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD32EE (or 0xAD32EE) is known color: Blue Violet. HEX triplet: AD, 32 and EE. RGB value is (173,50,238). Sum of RGB (Red+Green+Blue) = 173+50+238=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD32EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32EE is #52CD11. Grayscale: #6B6B6B. Windows color (decimal): -5426450 or 15610541. OLE color: 15610541.

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

Color convert

RGB 173 50 238 -
CMYK 0.27 0.79 0 0.07
HSL 279.26º 0.85% 0.56% -
HSV(B) 279.26º 0.79% 0.93% -
XYZ 33.81 17.34 82.45 -
YUV 108.21 201.25 174.21 -
System Red Green Blue C M Y K H S L
Decimal 173 50 238 0.27 0.79 0 0.07 279.26 0.85 0.56
Hex AD 32 EE 1B 4F 0 7 117 55 38
Octal 255 62 356 33 117 0 7 427 125 70
Binary 10101101 110010 11101110 11011 1001111 0 111 100010111 1010101 111000

Color Harmonies of #AD32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32EE

Black with #AD32EE

Text Example


Text Example

White with #AD32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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