Html Css Color HEX #AD4CEA Medium Orchid

📋 copy color: '#AD4CEA'

red 173 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #AD4CEA

Tints of Medium Orchid #AD4CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 35.82%
G = 15.73%
B = 48.45%

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

#AD4CEA (or 0xAD4CEA) is known color: Medium Orchid. HEX triplet: AD, 4C and EA. RGB value is (173,76,234). Sum of RGB (Red+Green+Blue) = 173+76+234=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CEA is #52B315. Grayscale: #7A7A7A. Windows color (decimal): -5419798 or 15355053. OLE color: 15355053.

HSL color Cylindrical-coordinate representation of color #AD4CEA: hue angle of 276.84º degrees, saturation: 0.79, 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 #AD4CEA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 76 234 -
CMYK 0.26 0.68 0 0.08
HSL 276.84º 0.79% 0.61% -
HSV(B) 276.84º 0.68% 0.92% -
XYZ 34.67 19.99 79.87 -
YUV 123.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 173 76 234 0.26 0.68 0 0.08 276.84 0.79 0.61
Hex AD 4C EA 1A 44 0 8 115 4F 3D
Octal 255 114 352 32 104 0 10 425 117 75
Binary 10101101 1001100 11101010 11010 1000100 0 1000 100010101 1001111 111101

Color Harmonies of #AD4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CEA

Black with #AD4CEA

Text Example


Text Example

White with #AD4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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