Html Css Color HEX #AB46CC Medium Orchid

📋 copy color: '#AB46CC'

red 171 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #AB46CC

Tints of Medium Orchid #AB46CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 38.43%
G = 15.73%
B = 45.84%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB46CC (or 0xAB46CC) is known color: Medium Orchid. HEX triplet: AB, 46 and CC. RGB value is (171,70,204). Sum of RGB (Red+Green+Blue) = 171+70+204=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46CC is #54B933. Grayscale: #737373. Windows color (decimal): -5552436 or 13387435. OLE color: 13387435.

HSL color Cylindrical-coordinate representation of color #AB46CC: hue angle of 285.22º degrees, saturation: 0.57, 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 #AB46CC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 70 204 -
CMYK 0.16 0.66 0 0.2
HSL 285.22º 0.57% 0.54% -
HSV(B) 285.22º 0.66% 0.8% -
XYZ 29.88 17.4 58.91 -
YUV 115.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 171 70 204 0.16 0.66 0 0.2 285.22 0.57 0.54
Hex AB 46 CC 10 42 0 14 11D 39 36
Octal 253 106 314 20 102 0 24 435 71 66
Binary 10101011 1000110 11001100 10000 1000010 0 10100 100011101 111001 110110

Color Harmonies of #AB46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46CC

Black with #AB46CC

Text Example


Text Example

White with #AB46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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