Html Css Color HEX #AB5FCE Medium Orchid

📋 copy color: '#AB5FCE'

red 171 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #AB5FCE

Tints of Medium Orchid #AB5FCE

RGB

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

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

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

R = 36.23%
G = 20.13%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB5FCE (or 0xAB5FCE) is known color: Medium Orchid. HEX triplet: AB, 5F and CE. RGB value is (171,95,206). Sum of RGB (Red+Green+Blue) = 171+95+206=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FCE is #54A031. Grayscale: #828282. Windows color (decimal): -5546034 or 13524907. OLE color: 13524907.

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

Color convert

RGB 171 95 206 -
CMYK 0.17 0.54 0 0.19
HSL 281.08º 0.53% 0.59% -
HSV(B) 281.08º 0.54% 0.81% -
XYZ 32.03 21.3 60.82 -
YUV 130.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 171 95 206 0.17 0.54 0 0.19 281.08 0.53 0.59
Hex AB 5F CE 11 36 0 13 119 35 3B
Octal 253 137 316 21 66 0 23 431 65 73
Binary 10101011 1011111 11001110 10001 110110 0 10011 100011001 110101 111011

Color Harmonies of #AB5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FCE

Black with #AB5FCE

Text Example


Text Example

White with #AB5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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