Html Css Color HEX #AD5AFB Medium Orchid

📋 copy color: '#AD5AFB'

red 173 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #AD5AFB

Tints of Medium Orchid #AD5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.51%

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

R = 33.66%
G = 17.51%
B = 48.83%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5AFB (or 0xAD5AFB) is known color: Medium Orchid. HEX triplet: AD, 5A and FB. RGB value is (173,90,251). Sum of RGB (Red+Green+Blue) = 173+90+251=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AFB is #52A504. Grayscale: #848484. Windows color (decimal): -5416197 or 16472749. OLE color: 16472749.

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

Color convert

RGB 173 90 251 -
CMYK 0.31 0.64 0 0.02
HSL 270.93º 0.95% 0.67% -
HSV(B) 270.93º 0.64% 0.98% -
XYZ 38.3 23.16 93.72 -
YUV 133.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 173 90 251 0.31 0.64 0 0.02 270.93 0.95 0.67
Hex AD 5A FB 1F 40 0 2 10F 5F 43
Octal 255 132 373 37 100 0 2 417 137 103
Binary 10101101 1011010 11111011 11111 1000000 0 10 100001111 1011111 1000011

Color Harmonies of #AD5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AFB

Black with #AD5AFB

Text Example


Text Example

White with #AD5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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