Html Css Color HEX #AA54CF Medium Orchid

📋 copy color: '#AA54CF'

red 170 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #AA54CF

Tints of Medium Orchid #AA54CF

RGB

 RED value IS 170 (66.8% from 255) = 36.88%

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

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

R = 36.88%
G = 18.22%
B = 44.9%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA54CF (or 0xAA54CF) is known color: Medium Orchid. HEX triplet: AA, 54 and CF. RGB value is (170,84,207). Sum of RGB (Red+Green+Blue) = 170+84+207=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54CF is #55AB30. Grayscale: #7B7B7B. Windows color (decimal): -5614385 or 13587626. OLE color: 13587626.

HSL color Cylindrical-coordinate representation of color #AA54CF: hue angle of 281.95º 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 #AA54CF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 84 207 -
CMYK 0.18 0.59 0 0.19
HSL 281.95º 0.56% 0.57% -
HSV(B) 281.95º 0.59% 0.81% -
XYZ 31.01 19.39 61.14 -
YUV 123.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 170 84 207 0.18 0.59 0 0.19 281.95 0.56 0.57
Hex AA 54 CF 12 3B 0 13 11A 38 39
Octal 252 124 317 22 73 0 23 432 70 71
Binary 10101010 1010100 11001111 10010 111011 0 10011 100011010 111000 111001

Color Harmonies of #AA54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54CF

Black with #AA54CF

Text Example


Text Example

White with #AA54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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