Html Css Color HEX #AA40BE Dark Orchid

📋 copy color: '#AA40BE'

red 170 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #AA40BE

Tints of Dark Orchid #AA40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 40.09%
G = 15.09%
B = 44.81%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA40BE (or 0xAA40BE) is known color: Dark Orchid. HEX triplet: AA, 40 and BE. RGB value is (170,64,190). Sum of RGB (Red+Green+Blue) = 170+64+190=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40BE is #55BF41. Grayscale: #6D6D6D. Windows color (decimal): -5619522 or 12468394. OLE color: 12468394.

HSL color Cylindrical-coordinate representation of color #AA40BE: hue angle of 290.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA40BE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 64 190 -
CMYK 0.11 0.66 0 0.25
HSL 290.48º 0.5% 0.5% -
HSV(B) 290.48º 0.66% 0.75% -
XYZ 27.71 15.93 50.33 -
YUV 110.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 170 64 190 0.11 0.66 0 0.25 290.48 0.5 0.5
Hex AA 40 BE B 42 0 19 122 32 32
Octal 252 100 276 13 102 0 31 442 62 62
Binary 10101010 1000000 10111110 1011 1000010 0 11001 100100010 110010 110010

Color Harmonies of #AA40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40BE

Black with #AA40BE

Text Example


Text Example

White with #AA40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40BE; }

 p { color: rgb(170,64,190); }

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

background-color css

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

 a { background-color: rgb(170,64,190); }

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

border-color css

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

 span { border-color: rgb(170,64,190); }

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