Html Css Color HEX #AB46CB Medium Orchid

📋 copy color: '#AB46CB'

red 171 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #AB46CB

Tints of Medium Orchid #AB46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 38.51%
G = 15.77%
B = 45.72%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB46CB (or 0xAB46CB) is known color: Medium Orchid. HEX triplet: AB, 46 and CB. RGB value is (171,70,203). Sum of RGB (Red+Green+Blue) = 171+70+203=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46CB is #54B934. Grayscale: #727272. Windows color (decimal): -5552437 or 13321899. OLE color: 13321899.

HSL color Cylindrical-coordinate representation of color #AB46CB: hue angle of 285.56º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB46CB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 70 203 -
CMYK 0.16 0.66 0 0.20
HSL 285.56º 0.56% 0.54% -
HSV(B) 285.56º 0.66% 0.8% -
XYZ 29.76 17.35 58.28 -
YUV 115.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 171 70 203 0.16 0.66 0 0.20 285.56 0.56 0.54
Hex AB 46 CB 10 42 0 14 11E 38 36
Octal 253 106 313 20 102 0 24 436 70 66
Binary 10101011 1000110 11001011 10000 1000010 0 10100 100011110 111000 110110

Color Harmonies of #AB46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46CB

Black with #AB46CB

Text Example


Text Example

White with #AB46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46CB; }

 p { color: rgb(171,70,203); }

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

background-color css

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

 a { background-color: rgb(171,70,203); }

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

border-color css

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

 span { border-color: rgb(171,70,203); }

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