Html Css Color HEX #AA3BD5 Dark Orchid

📋 copy color: '#AA3BD5'

red 170 ◦ green 59 ◦ blue 213

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

Shades of Dark Orchid #AA3BD5

Tints of Dark Orchid #AA3BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 38.46%
G = 13.35%
B = 48.19%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA3BD5 (or 0xAA3BD5) is known color: Dark Orchid. HEX triplet: AA, 3B and D5. RGB value is (170,59,213). Sum of RGB (Red+Green+Blue) = 170+59+213=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA3BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BD5 is #55C42A. Grayscale: #6D6D6D. Windows color (decimal): -5620779 or 13974442. OLE color: 13974442.

HSL color Cylindrical-coordinate representation of color #AA3BD5: hue angle of 283.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3BD5 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 59 213 -
CMYK 0.20 0.72 0 0.16
HSL 283.25º 0.65% 0.53% -
HSV(B) 283.25º 0.72% 0.84% -
XYZ 30.15 16.48 64.54 -
YUV 109.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 170 59 213 0.20 0.72 0 0.16 283.25 0.65 0.53
Hex AA 3B D5 14 48 0 10 11B 41 35
Octal 252 73 325 24 110 0 20 433 101 65
Binary 10101010 111011 11010101 10100 1001000 0 10000 100011011 1000001 110101

Color Harmonies of #AA3BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BD5

Black with #AA3BD5

Text Example


Text Example

White with #AA3BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BD5; }

 p { color: rgb(170,59,213); }

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

background-color css

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

 a { background-color: rgb(170,59,213); }

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

border-color css

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

 span { border-color: rgb(170,59,213); }

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