Html Css Color HEX #AD4BF4 Medium Orchid

📋 copy color: '#AD4BF4'

red 173 ◦ green 75 ◦ blue 244

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

Shades of Medium Orchid #AD4BF4

Tints of Medium Orchid #AD4BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.59%

R = 35.16%
G = 15.24%
B = 49.59%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD4BF4 (or 0xAD4BF4) is known color: Medium Orchid. HEX triplet: AD, 4B and F4. RGB value is (173,75,244). Sum of RGB (Red+Green+Blue) = 173+75+244=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD4BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BF4 is #52B40B. Grayscale: #7A7A7A. Windows color (decimal): -5420044 or 16010157. OLE color: 16010157.

HSL color Cylindrical-coordinate representation of color #AD4BF4: hue angle of 274.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4BF4 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 75 244 -
CMYK 0.29 0.69 0 0.04
HSL 274.79º 0.88% 0.63% -
HSV(B) 274.79º 0.69% 0.96% -
XYZ 36.08 20.45 87.63 -
YUV 123.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 173 75 244 0.29 0.69 0 0.04 274.79 0.88 0.63
Hex AD 4B F4 1D 45 0 4 113 58 3F
Octal 255 113 364 35 105 0 4 423 130 77
Binary 10101101 1001011 11110100 11101 1000101 0 100 100010011 1011000 111111

Color Harmonies of #AD4BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BF4

Black with #AD4BF4

Text Example


Text Example

White with #AD4BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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