Html Css Color HEX #AA58CF Medium Orchid

📋 copy color: '#AA58CF'

red 170 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #AA58CF

Tints of Medium Orchid #AA58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 36.56%
G = 18.92%
B = 44.52%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA58CF (or 0xAA58CF) is known color: Medium Orchid. HEX triplet: AA, 58 and CF. RGB value is (170,88,207). Sum of RGB (Red+Green+Blue) = 170+88+207=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CF is #55A730. Grayscale: #7D7D7D. Windows color (decimal): -5613361 or 13588650. OLE color: 13588650.

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

Color convert

RGB 170 88 207 -
CMYK 0.18 0.57 0 0.19
HSL 281.34º 0.55% 0.58% -
HSV(B) 281.34º 0.57% 0.81% -
XYZ 31.33 20.03 61.25 -
YUV 126.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 170 88 207 0.18 0.57 0 0.19 281.34 0.55 0.58
Hex AA 58 CF 12 39 0 13 119 37 3A
Octal 252 130 317 22 71 0 23 431 67 72
Binary 10101010 1011000 11001111 10010 111001 0 10011 100011001 110111 111010

Color Harmonies of #AA58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58CF

Black with #AA58CF

Text Example


Text Example

White with #AA58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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