Html Css Color HEX #AB5ADE Medium Orchid

📋 copy color: '#AB5ADE'

red 171 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #AB5ADE

Tints of Medium Orchid #AB5ADE

RGB

 RED value IS 171 (67.19% from 255) = 35.4%

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 35.4%
G = 18.63%
B = 45.96%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB5ADE (or 0xAB5ADE) is known color: Medium Orchid. HEX triplet: AB, 5A and DE. RGB value is (171,90,222). Sum of RGB (Red+Green+Blue) = 171+90+222=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ADE is #54A521. Grayscale: #808080. Windows color (decimal): -5547298 or 14572203. OLE color: 14572203.

HSL color Cylindrical-coordinate representation of color #AB5ADE: hue angle of 276.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5ADE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 90 222 -
CMYK 0.23 0.59 0 0.13
HSL 276.82º 0.67% 0.61% -
HSV(B) 276.82º 0.59% 0.87% -
XYZ 33.64 21.24 71.43 -
YUV 129.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 171 90 222 0.23 0.59 0 0.13 276.82 0.67 0.61
Hex AB 5A DE 17 3B 0 D 115 43 3D
Octal 253 132 336 27 73 0 15 425 103 75
Binary 10101011 1011010 11011110 10111 111011 0 1101 100010101 1000011 111101

Color Harmonies of #AB5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ADE

Black with #AB5ADE

Text Example


Text Example

White with #AB5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ADE; }

 p { color: rgb(171,90,222); }

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

background-color css

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

 a { background-color: rgb(171,90,222); }

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

border-color css

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

 span { border-color: rgb(171,90,222); }

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