Html Css Color HEX #AA3ADF Dark Orchid

📋 copy color: '#AA3ADF'

red 170 ◦ green 58 ◦ blue 223

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

Shades of Dark Orchid #AA3ADF

Tints of Dark Orchid #AA3ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

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

R = 37.69%
G = 12.86%
B = 49.45%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA3ADF (or 0xAA3ADF) is known color: Dark Orchid. HEX triplet: AA, 3A and DF. RGB value is (170,58,223). Sum of RGB (Red+Green+Blue) = 170+58+223=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA3ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ADF is #55C520. Grayscale: #6D6D6D. Windows color (decimal): -5621025 or 14629546. OLE color: 14629546.

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

Color convert

RGB 170 58 223 -
CMYK 0.24 0.74 0 0.13
HSL 280.73º 0.72% 0.55% -
HSV(B) 280.73º 0.74% 0.87% -
XYZ 31.41 16.9 71.42 -
YUV 110.3 191.61 170.58 -
System Red Green Blue C M Y K H S L
Decimal 170 58 223 0.24 0.74 0 0.13 280.73 0.72 0.55
Hex AA 3A DF 18 4A 0 D 119 48 37
Octal 252 72 337 30 112 0 15 431 110 67
Binary 10101010 111010 11011111 11000 1001010 0 1101 100011001 1001000 110111

Color Harmonies of #AA3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ADF

Black with #AA3ADF

Text Example


Text Example

White with #AA3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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