Html Css Color HEX #AB50CE Medium Orchid

📋 copy color: '#AB50CE'

red 171 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #AB50CE

Tints of Medium Orchid #AB50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 37.42%
G = 17.51%
B = 45.08%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB50CE (or 0xAB50CE) is known color: Medium Orchid. HEX triplet: AB, 50 and CE. RGB value is (171,80,206). Sum of RGB (Red+Green+Blue) = 171+80+206=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50CE is #54AF31. Grayscale: #797979. Windows color (decimal): -5549874 or 13521067. OLE color: 13521067.

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

Color convert

RGB 171 80 206 -
CMYK 0.17 0.61 0 0.19
HSL 283.33º 0.56% 0.56% -
HSV(B) 283.33º 0.61% 0.81% -
XYZ 30.8 18.85 60.41 -
YUV 121.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 171 80 206 0.17 0.61 0 0.19 283.33 0.56 0.56
Hex AB 50 CE 11 3D 0 13 11B 38 38
Octal 253 120 316 21 75 0 23 433 70 70
Binary 10101011 1010000 11001110 10001 111101 0 10011 100011011 111000 111000

Color Harmonies of #AB50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50CE

Black with #AB50CE

Text Example


Text Example

White with #AB50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50CE; }

 p { color: rgb(171,80,206); }

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

background-color css

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

 a { background-color: rgb(171,80,206); }

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

border-color css

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

 span { border-color: rgb(171,80,206); }

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