Html Css Color HEX #AA40CA Dark Orchid

📋 copy color: '#AA40CA'

red 170 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #AA40CA

Tints of Dark Orchid #AA40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 38.99%
G = 14.68%
B = 46.33%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA40CA (or 0xAA40CA) is known color: Dark Orchid. HEX triplet: AA, 40 and CA. RGB value is (170,64,202). Sum of RGB (Red+Green+Blue) = 170+64+202=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40CA is #55BF35. Grayscale: #6E6E6E. Windows color (decimal): -5619510 or 13254826. OLE color: 13254826.

HSL color Cylindrical-coordinate representation of color #AA40CA: hue angle of 286.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA40CA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 64 202 -
CMYK 0.16 0.68 0 0.21
HSL 286.09º 0.57% 0.52% -
HSV(B) 286.09º 0.68% 0.79% -
XYZ 29.07 16.48 57.53 -
YUV 111.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 170 64 202 0.16 0.68 0 0.21 286.09 0.57 0.52
Hex AA 40 CA 10 44 0 15 11E 39 34
Octal 252 100 312 20 104 0 25 436 71 64
Binary 10101010 1000000 11001010 10000 1000100 0 10101 100011110 111001 110100

Color Harmonies of #AA40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40CA

Black with #AA40CA

Text Example


Text Example

White with #AA40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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