Html Css Color HEX #AD4CEB Medium Orchid

📋 copy color: '#AD4CEB'

red 173 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #AD4CEB

Tints of Medium Orchid #AD4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

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

R = 35.74%
G = 15.7%
B = 48.55%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD4CEB (or 0xAD4CEB) is known color: Medium Orchid. HEX triplet: AD, 4C and EB. RGB value is (173,76,235). Sum of RGB (Red+Green+Blue) = 173+76+235=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CEB is #52B314. Grayscale: #7A7A7A. Windows color (decimal): -5419797 or 15420589. OLE color: 15420589.

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

Color convert

RGB 173 76 235 -
CMYK 0.26 0.68 0 0.08
HSL 276.6º 0.8% 0.61% -
HSV(B) 276.6º 0.68% 0.92% -
XYZ 34.81 20.05 80.63 -
YUV 123.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 173 76 235 0.26 0.68 0 0.08 276.6 0.8 0.61
Hex AD 4C EB 1A 44 0 8 115 50 3D
Octal 255 114 353 32 104 0 10 425 120 75
Binary 10101101 1001100 11101011 11010 1000100 0 1000 100010101 1010000 111101

Color Harmonies of #AD4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CEB

Black with #AD4CEB

Text Example


Text Example

White with #AD4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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