Html Css Color HEX #AD4BEE Medium Orchid

📋 copy color: '#AD4BEE'

red 173 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #AD4BEE

Tints of Medium Orchid #AD4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.43%

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

R = 35.6%
G = 15.43%
B = 48.97%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD4BEE (or 0xAD4BEE) is known color: Medium Orchid. HEX triplet: AD, 4B and EE. RGB value is (173,75,238). Sum of RGB (Red+Green+Blue) = 173+75+238=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BEE is #52B411. Grayscale: #7A7A7A. Windows color (decimal): -5420050 or 15616941. OLE color: 15616941.

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

Color convert

RGB 173 75 238 -
CMYK 0.27 0.68 0 0.07
HSL 276.07º 0.83% 0.61% -
HSV(B) 276.07º 0.68% 0.93% -
XYZ 35.18 20.09 82.91 -
YUV 122.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 173 75 238 0.27 0.68 0 0.07 276.07 0.83 0.61
Hex AD 4B EE 1B 44 0 7 114 53 3D
Octal 255 113 356 33 104 0 7 424 123 75
Binary 10101101 1001011 11101110 11011 1000100 0 111 100010100 1010011 111101

Color Harmonies of #AD4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BEE

Black with #AD4BEE

Text Example


Text Example

White with #AD4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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