Html Css Color HEX #AB53D3 Medium Orchid

📋 copy color: '#AB53D3'

red 171 ◦ green 83 ◦ blue 211

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

Shades of Medium Orchid #AB53D3

Tints of Medium Orchid #AB53D3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

 BLUE value IS 211 (82.81% from 255) = 45.38%

R = 36.77%
G = 17.85%
B = 45.38%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB53D3 (or 0xAB53D3) is known color: Medium Orchid. HEX triplet: AB, 53 and D3. RGB value is (171,83,211). Sum of RGB (Red+Green+Blue) = 171+83+211=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB53D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53D3 is #54AC2C. Grayscale: #7B7B7B. Windows color (decimal): -5549101 or 13849515. OLE color: 13849515.

HSL color Cylindrical-coordinate representation of color #AB53D3: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB53D3 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 83 211 -
CMYK 0.19 0.61 0 0.17
HSL 281.25º 0.59% 0.58% -
HSV(B) 281.25º 0.61% 0.83% -
XYZ 31.65 19.55 63.73 -
YUV 123.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 171 83 211 0.19 0.61 0 0.17 281.25 0.59 0.58
Hex AB 53 D3 13 3D 0 11 119 3B 3A
Octal 253 123 323 23 75 0 21 431 73 72
Binary 10101011 1010011 11010011 10011 111101 0 10001 100011001 111011 111010

Color Harmonies of #AB53D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53D3

Black with #AB53D3

Text Example


Text Example

White with #AB53D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53D3; }

 p { color: rgb(171,83,211); }

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

background-color css

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

 a { background-color: rgb(171,83,211); }

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

border-color css

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

 span { border-color: rgb(171,83,211); }

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