Html Css Color HEX #AA3DBE Dark Orchid

📋 copy color: '#AA3DBE'

red 170 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #AA3DBE

Tints of Dark Orchid #AA3DBE

RGB

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

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

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

R = 40.38%
G = 14.49%
B = 45.13%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3DBE (or 0xAA3DBE) is known color: Dark Orchid. HEX triplet: AA, 3D and BE. RGB value is (170,61,190). Sum of RGB (Red+Green+Blue) = 170+61+190=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DBE is #55C241. Grayscale: #6B6B6B. Windows color (decimal): -5620290 or 12467626. OLE color: 12467626.

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

Color convert

RGB 170 61 190 -
CMYK 0.11 0.68 0 0.25
HSL 290.7º 0.51% 0.49% -
HSV(B) 290.7º 0.68% 0.75% -
XYZ 27.54 15.6 50.27 -
YUV 108.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 170 61 190 0.11 0.68 0 0.25 290.7 0.51 0.49
Hex AA 3D BE B 44 0 19 123 33 31
Octal 252 75 276 13 104 0 31 443 63 61
Binary 10101010 111101 10111110 1011 1000100 0 11001 100100011 110011 110001

Color Harmonies of #AA3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DBE

Black with #AA3DBE

Text Example


Text Example

White with #AA3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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