Html Css Color HEX #AB5FCA Medium Orchid

📋 copy color: '#AB5FCA'

red 171 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #AB5FCA

Tints of Medium Orchid #AB5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 36.54%
G = 20.3%
B = 43.16%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB5FCA (or 0xAB5FCA) is known color: Medium Orchid. HEX triplet: AB, 5F and CA. RGB value is (171,95,202). Sum of RGB (Red+Green+Blue) = 171+95+202=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FCA is #54A035. Grayscale: #818181. Windows color (decimal): -5546038 or 13262763. OLE color: 13262763.

HSL color Cylindrical-coordinate representation of color #AB5FCA: hue angle of 282.62º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5FCA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 95 202 -
CMYK 0.15 0.53 0 0.21
HSL 282.62º 0.5% 0.58% -
HSV(B) 282.62º 0.53% 0.79% -
XYZ 31.55 21.11 58.29 -
YUV 129.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 171 95 202 0.15 0.53 0 0.21 282.62 0.5 0.58
Hex AB 5F CA F 35 0 15 11B 32 3A
Octal 253 137 312 17 65 0 25 433 62 72
Binary 10101011 1011111 11001010 1111 110101 0 10101 100011011 110010 111010

Color Harmonies of #AB5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FCA

Black with #AB5FCA

Text Example


Text Example

White with #AB5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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