Html Css Color HEX #AB5ACF Medium Orchid

📋 copy color: '#AB5ACF'

red 171 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #AB5ACF

Tints of Medium Orchid #AB5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 36.54%
G = 19.23%
B = 44.23%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB5ACF (or 0xAB5ACF) is known color: Medium Orchid. HEX triplet: AB, 5A and CF. RGB value is (171,90,207). Sum of RGB (Red+Green+Blue) = 171+90+207=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ACF is #54A530. Grayscale: #7F7F7F. Windows color (decimal): -5547313 or 13589163. OLE color: 13589163.

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

Color convert

RGB 171 90 207 -
CMYK 0.17 0.57 0 0.19
HSL 281.54º 0.55% 0.58% -
HSV(B) 281.54º 0.57% 0.81% -
XYZ 31.71 20.48 61.31 -
YUV 127.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 171 90 207 0.17 0.57 0 0.19 281.54 0.55 0.58
Hex AB 5A CF 11 39 0 13 11A 37 3A
Octal 253 132 317 21 71 0 23 432 67 72
Binary 10101011 1011010 11001111 10001 111001 0 10011 100011010 110111 111010

Color Harmonies of #AB5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ACF

Black with #AB5ACF

Text Example


Text Example

White with #AB5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ACF; }

 p { color: rgb(171,90,207); }

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

background-color css

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

 a { background-color: rgb(171,90,207); }

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

border-color css

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

 span { border-color: rgb(171,90,207); }

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