Html Css Color HEX #AD30EE Blue Violet

📋 copy color: '#AD30EE'

red 173 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #AD30EE

Tints of Blue Violet #AD30EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.46%

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

R = 37.69%
G = 10.46%
B = 51.85%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD30EE (or 0xAD30EE) is known color: Blue Violet. HEX triplet: AD, 30 and EE. RGB value is (173,48,238). Sum of RGB (Red+Green+Blue) = 173+48+238=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD30EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30EE is #52CF11. Grayscale: #6A6A6A. Windows color (decimal): -5426962 or 15610029. OLE color: 15610029.

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

Color convert

RGB 173 48 238 -
CMYK 0.27 0.80 0 0.07
HSL 279.47º 0.85% 0.56% -
HSV(B) 279.47º 0.8% 0.93% -
XYZ 33.72 17.17 82.43 -
YUV 107.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 173 48 238 0.27 0.80 0 0.07 279.47 0.85 0.56
Hex AD 30 EE 1B 50 0 7 117 55 38
Octal 255 60 356 33 120 0 7 427 125 70
Binary 10101101 110000 11101110 11011 1010000 0 111 100010111 1010101 111000

Color Harmonies of #AD30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30EE

Black with #AD30EE

Text Example


Text Example

White with #AD30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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