Html Css Color HEX #AD4AEB Medium Orchid

📋 copy color: '#AD4AEB'

red 173 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #AD4AEB

Tints of Medium Orchid #AD4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.35%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 35.89%
G = 15.35%
B = 48.76%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD4AEB (or 0xAD4AEB) is known color: Medium Orchid. HEX triplet: AD, 4A and EB. RGB value is (173,74,235). Sum of RGB (Red+Green+Blue) = 173+74+235=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD4AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AEB is #52B514. Grayscale: #797979. Windows color (decimal): -5420309 or 15420077. OLE color: 15420077.

HSL color Cylindrical-coordinate representation of color #AD4AEB: hue angle of 276.89º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AEB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 74 235 -
CMYK 0.26 0.69 0 0.08
HSL 276.89º 0.8% 0.61% -
HSV(B) 276.89º 0.69% 0.92% -
XYZ 34.68 19.78 80.59 -
YUV 121.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 173 74 235 0.26 0.69 0 0.08 276.89 0.8 0.61
Hex AD 4A EB 1A 45 0 8 115 50 3D
Octal 255 112 353 32 105 0 10 425 120 75
Binary 10101101 1001010 11101011 11010 1000101 0 1000 100010101 1010000 111101

Color Harmonies of #AD4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AEB

Black with #AD4AEB

Text Example


Text Example

White with #AD4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AEB; }

 p { color: rgb(173,74,235); }

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

background-color css

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

 a { background-color: rgb(173,74,235); }

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

border-color css

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

 span { border-color: rgb(173,74,235); }

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