Html Css Color HEX #AB5FCC Medium Orchid

📋 copy color: '#AB5FCC'

red 171 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #AB5FCC

Tints of Medium Orchid #AB5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

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

R = 36.38%
G = 20.21%
B = 43.4%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB5FCC (or 0xAB5FCC) is known color: Medium Orchid. HEX triplet: AB, 5F and CC. RGB value is (171,95,204). Sum of RGB (Red+Green+Blue) = 171+95+204=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FCC is #54A033. Grayscale: #818181. Windows color (decimal): -5546036 or 13393835. OLE color: 13393835.

HSL color Cylindrical-coordinate representation of color #AB5FCC: hue angle of 281.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5FCC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 95 204 -
CMYK 0.16 0.53 0 0.2
HSL 281.83º 0.52% 0.59% -
HSV(B) 281.83º 0.53% 0.8% -
XYZ 31.79 21.2 59.54 -
YUV 130.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 171 95 204 0.16 0.53 0 0.2 281.83 0.52 0.59
Hex AB 5F CC 10 35 0 14 11A 34 3B
Octal 253 137 314 20 65 0 24 432 64 73
Binary 10101011 1011111 11001100 10000 110101 0 10100 100011010 110100 111011

Color Harmonies of #AB5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FCC

Black with #AB5FCC

Text Example


Text Example

White with #AB5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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