Html Css Color HEX #AD4AFB Medium Orchid

📋 copy color: '#AD4AFB'

red 173 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #AD4AFB

Tints of Medium Orchid #AD4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

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

R = 34.74%
G = 14.86%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD4AFB (or 0xAD4AFB) is known color: Medium Orchid. HEX triplet: AD, 4A and FB. RGB value is (173,74,251). Sum of RGB (Red+Green+Blue) = 173+74+251=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AFB is #52B504. Grayscale: #7B7B7B. Windows color (decimal): -5420293 or 16468653. OLE color: 16468653.

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

Color convert

RGB 173 74 251 -
CMYK 0.31 0.71 0 0.02
HSL 273.56º 0.96% 0.64% -
HSV(B) 273.56º 0.71% 0.98% -
XYZ 37.09 20.75 93.32 -
YUV 123.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 173 74 251 0.31 0.71 0 0.02 273.56 0.96 0.64
Hex AD 4A FB 1F 47 0 2 112 60 40
Octal 255 112 373 37 107 0 2 422 140 100
Binary 10101101 1001010 11111011 11111 1000111 0 10 100010010 1100000 1000000

Color Harmonies of #AD4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AFB

Black with #AD4AFB

Text Example


Text Example

White with #AD4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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