Html Css Color HEX #AA3EBF Dark Orchid

📋 copy color: '#AA3EBF'

red 170 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #AA3EBF

Tints of Dark Orchid #AA3EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.66%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 40.19%
G = 14.66%
B = 45.15%

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

#AA3EBF (or 0xAA3EBF) is known color: Dark Orchid. HEX triplet: AA, 3E and BF. RGB value is (170,62,191). Sum of RGB (Red+Green+Blue) = 170+62+191=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EBF is #55C140. Grayscale: #6C6C6C. Windows color (decimal): -5620033 or 12533418. OLE color: 12533418.

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

Color convert

RGB 170 62 191 -
CMYK 0.11 0.68 0 0.25
HSL 290.23º 0.51% 0.5% -
HSV(B) 290.23º 0.68% 0.75% -
XYZ 27.7 15.75 50.87 -
YUV 109 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 170 62 191 0.11 0.68 0 0.25 290.23 0.51 0.5
Hex AA 3E BF B 44 0 19 122 33 32
Octal 252 76 277 13 104 0 31 442 63 62
Binary 10101010 111110 10111111 1011 1000100 0 11001 100100010 110011 110010

Color Harmonies of #AA3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EBF

Black with #AA3EBF

Text Example


Text Example

White with #AA3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EBF; }

 p { color: rgb(170,62,191); }

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

background-color css

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

 a { background-color: rgb(170,62,191); }

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

border-color css

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

 span { border-color: rgb(170,62,191); }

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