Html Css Color HEX #AD4FFB Medium Orchid

📋 copy color: '#AD4FFB'

red 173 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #AD4FFB

Tints of Medium Orchid #AD4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 34.39%
G = 15.71%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD4FFB (or 0xAD4FFB) is known color: Medium Orchid. HEX triplet: AD, 4F and FB. RGB value is (173,79,251). Sum of RGB (Red+Green+Blue) = 173+79+251=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FFB is #52B004. Grayscale: #7E7E7E. Windows color (decimal): -5419013 or 16469933. OLE color: 16469933.

HSL color Cylindrical-coordinate representation of color #AD4FFB: hue angle of 272.79º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4FFB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 79 251 -
CMYK 0.31 0.69 0 0.02
HSL 272.79º 0.96% 0.65% -
HSV(B) 272.79º 0.69% 0.98% -
XYZ 37.44 21.44 93.43 -
YUV 126.71 198.14 161.01 -
System Red Green Blue C M Y K H S L
Decimal 173 79 251 0.31 0.69 0 0.02 272.79 0.96 0.65
Hex AD 4F FB 1F 45 0 2 111 60 41
Octal 255 117 373 37 105 0 2 421 140 101
Binary 10101101 1001111 11111011 11111 1000101 0 10 100010001 1100000 1000001

Color Harmonies of #AD4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FFB

Black with #AD4FFB

Text Example


Text Example

White with #AD4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FFB; }

 p { color: rgb(173,79,251); }

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

background-color css

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

 a { background-color: rgb(173,79,251); }

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

border-color css

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

 span { border-color: rgb(173,79,251); }

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