Html Css Color HEX #AB54CF Medium Orchid

📋 copy color: '#AB54CF'

red 171 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #AB54CF

Tints of Medium Orchid #AB54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.18%

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

R = 37.01%
G = 18.18%
B = 44.81%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB54CF (or 0xAB54CF) is known color: Medium Orchid. HEX triplet: AB, 54 and CF. RGB value is (171,84,207). Sum of RGB (Red+Green+Blue) = 171+84+207=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54CF is #54AB30. Grayscale: #7B7B7B. Windows color (decimal): -5548849 or 13587627. OLE color: 13587627.

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

Color convert

RGB 171 84 207 -
CMYK 0.17 0.59 0 0.19
HSL 282.44º 0.56% 0.57% -
HSV(B) 282.44º 0.59% 0.81% -
XYZ 31.23 19.5 61.15 -
YUV 124.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 171 84 207 0.17 0.59 0 0.19 282.44 0.56 0.57
Hex AB 54 CF 11 3B 0 13 11A 38 39
Octal 253 124 317 21 73 0 23 432 70 71
Binary 10101011 1010100 11001111 10001 111011 0 10011 100011010 111000 111001

Color Harmonies of #AB54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54CF

Black with #AB54CF

Text Example


Text Example

White with #AB54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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