Html Css Color HEX #AA36DA Dark Orchid

📋 copy color: '#AA36DA'

red 170 ◦ green 54 ◦ blue 218

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

Shades of Dark Orchid #AA36DA

Tints of Dark Orchid #AA36DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.22%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 38.46%
G = 12.22%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA36DA (or 0xAA36DA) is known color: Dark Orchid. HEX triplet: AA, 36 and DA. RGB value is (170,54,218). Sum of RGB (Red+Green+Blue) = 170+54+218=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA36DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DA is #55C925. Grayscale: #6A6A6A. Windows color (decimal): -5622054 or 14300842. OLE color: 14300842.

HSL color Cylindrical-coordinate representation of color #AA36DA: hue angle of 282.44º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36DA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 54 218 -
CMYK 0.22 0.75 0 0.15
HSL 282.44º 0.69% 0.53% -
HSV(B) 282.44º 0.75% 0.85% -
XYZ 30.55 16.25 67.86 -
YUV 107.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 170 54 218 0.22 0.75 0 0.15 282.44 0.69 0.53
Hex AA 36 DA 16 4B 0 F 11A 45 35
Octal 252 66 332 26 113 0 17 432 105 65
Binary 10101010 110110 11011010 10110 1001011 0 1111 100011010 1000101 110101

Color Harmonies of #AA36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36DA

Black with #AA36DA

Text Example


Text Example

White with #AA36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36DA; }

 p { color: rgb(170,54,218); }

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

background-color css

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

 a { background-color: rgb(170,54,218); }

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

border-color css

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

 span { border-color: rgb(170,54,218); }

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