Html Css Color HEX #AB61C8 Medium Orchid

📋 copy color: '#AB61C8'

red 171 ◦ green 97 ◦ blue 200

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

Shades of Medium Orchid #AB61C8

Tints of Medium Orchid #AB61C8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 36.54%
G = 20.73%
B = 42.74%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB61C8 (or 0xAB61C8) is known color: Medium Orchid. HEX triplet: AB, 61 and C8. RGB value is (171,97,200). Sum of RGB (Red+Green+Blue) = 171+97+200=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C8 is #549E37. Grayscale: #828282. Windows color (decimal): -5545528 or 13132203. OLE color: 13132203.

HSL color Cylindrical-coordinate representation of color #AB61C8: hue angle of 283.11º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB61C8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 97 200 -
CMYK 0.14 0.52 0 0.22
HSL 283.11º 0.48% 0.58% -
HSV(B) 283.11º 0.52% 0.78% -
XYZ 31.49 21.38 57.11 -
YUV 130.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 171 97 200 0.14 0.52 0 0.22 283.11 0.48 0.58
Hex AB 61 C8 E 34 0 16 11B 30 3A
Octal 253 141 310 16 64 0 26 433 60 72
Binary 10101011 1100001 11001000 1110 110100 0 10110 100011011 110000 111010

Color Harmonies of #AB61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61C8

Black with #AB61C8

Text Example


Text Example

White with #AB61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61C8; }

 p { color: rgb(171,97,200); }

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

background-color css

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

 a { background-color: rgb(171,97,200); }

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

border-color css

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

 span { border-color: rgb(171,97,200); }

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