Html Css Color HEX #AA3DB9 Dark Orchid

📋 copy color: '#AA3DB9'

red 170 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #AA3DB9

Tints of Dark Orchid #AA3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 40.87%
G = 14.66%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3DB9 (or 0xAA3DB9) is known color: Dark Orchid. HEX triplet: AA, 3D and B9. RGB value is (170,61,185). Sum of RGB (Red+Green+Blue) = 170+61+185=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA3DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DB9 is #55C246. Grayscale: #6B6B6B. Windows color (decimal): -5620295 or 12139946. OLE color: 12139946.

HSL color Cylindrical-coordinate representation of color #AA3DB9: hue angle of 292.74º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3DB9 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 61 185 -
CMYK 0.08 0.67 0 0.27
HSL 292.74º 0.5% 0.48% -
HSV(B) 292.74º 0.67% 0.73% -
XYZ 27 15.39 47.45 -
YUV 107.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 170 61 185 0.08 0.67 0 0.27 292.74 0.5 0.48
Hex AA 3D B9 8 43 0 1B 125 32 30
Octal 252 75 271 10 103 0 33 445 62 60
Binary 10101010 111101 10111001 1000 1000011 0 11011 100100101 110010 110000

Color Harmonies of #AA3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DB9

Black with #AA3DB9

Text Example


Text Example

White with #AA3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DB9; }

 p { color: rgb(170,61,185); }

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

background-color css

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

 a { background-color: rgb(170,61,185); }

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

border-color css

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

 span { border-color: rgb(170,61,185); }

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