Html Css Color HEX #AA3DDF Dark Orchid

📋 copy color: '#AA3DDF'

red 170 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #AA3DDF

Tints of Dark Orchid #AA3DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 37.44%
G = 13.44%
B = 49.12%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA3DDF (or 0xAA3DDF) is known color: Dark Orchid. HEX triplet: AA, 3D and DF. RGB value is (170,61,223). Sum of RGB (Red+Green+Blue) = 170+61+223=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA3DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DDF is #55C220. Grayscale: #6F6F6F. Windows color (decimal): -5620257 or 14630314. OLE color: 14630314.

HSL color Cylindrical-coordinate representation of color #AA3DDF: hue angle of 280.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3DDF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 61 223 -
CMYK 0.24 0.73 0 0.13
HSL 280.37º 0.72% 0.56% -
HSV(B) 280.37º 0.73% 0.87% -
XYZ 31.57 17.21 71.47 -
YUV 112.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 170 61 223 0.24 0.73 0 0.13 280.37 0.72 0.56
Hex AA 3D DF 18 49 0 D 118 48 38
Octal 252 75 337 30 111 0 15 430 110 70
Binary 10101010 111101 11011111 11000 1001001 0 1101 100011000 1001000 111000

Color Harmonies of #AA3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DDF

Black with #AA3DDF

Text Example


Text Example

White with #AA3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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