Html Css Color HEX #AB53D4 Medium Orchid

📋 copy color: '#AB53D4'

red 171 ◦ green 83 ◦ blue 212

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

Shades of Medium Orchid #AB53D4

Tints of Medium Orchid #AB53D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.49%

R = 36.7%
G = 17.81%
B = 45.49%

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

#AB53D4 (or 0xAB53D4) is known color: Medium Orchid. HEX triplet: AB, 53 and D4. RGB value is (171,83,212). Sum of RGB (Red+Green+Blue) = 171+83+212=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB53D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53D4 is #54AC2B. Grayscale: #7B7B7B. Windows color (decimal): -5549100 or 13915051. OLE color: 13915051.

HSL color Cylindrical-coordinate representation of color #AB53D4: hue angle of 280.93º degrees, saturation: 0.6, 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 #AB53D4 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 83 212 -
CMYK 0.19 0.61 0 0.17
HSL 280.93º 0.6% 0.58% -
HSV(B) 280.93º 0.61% 0.83% -
XYZ 31.77 19.6 64.4 -
YUV 124.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 171 83 212 0.19 0.61 0 0.17 280.93 0.6 0.58
Hex AB 53 D4 13 3D 0 11 119 3C 3A
Octal 253 123 324 23 75 0 21 431 74 72
Binary 10101011 1010011 11010100 10011 111101 0 10001 100011001 111100 111010

Color Harmonies of #AB53D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53D4

Black with #AB53D4

Text Example


Text Example

White with #AB53D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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