Html Css Color HEX #AA3DBA Dark Orchid

📋 copy color: '#AA3DBA'

red 170 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #AA3DBA

Tints of Dark Orchid #AA3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 40.77%
G = 14.63%
B = 44.6%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3DBA (or 0xAA3DBA) is known color: Dark Orchid. HEX triplet: AA, 3D and BA. RGB value is (170,61,186). Sum of RGB (Red+Green+Blue) = 170+61+186=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DBA is #55C245. Grayscale: #6B6B6B. Windows color (decimal): -5620294 or 12205482. OLE color: 12205482.

HSL color Cylindrical-coordinate representation of color #AA3DBA: hue angle of 292.32º degrees, saturation: 0.51, 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 #AA3DBA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 61 186 -
CMYK 0.09 0.67 0 0.27
HSL 292.32º 0.51% 0.48% -
HSV(B) 292.32º 0.67% 0.73% -
XYZ 27.11 15.43 48 -
YUV 107.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 170 61 186 0.09 0.67 0 0.27 292.32 0.51 0.48
Hex AA 3D BA 9 43 0 1B 124 33 30
Octal 252 75 272 11 103 0 33 444 63 60
Binary 10101010 111101 10111010 1001 1000011 0 11011 100100100 110011 110000

Color Harmonies of #AA3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DBA

Black with #AA3DBA

Text Example


Text Example

White with #AA3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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