Html Css Color HEX #AA3EBE Dark Orchid

📋 copy color: '#AA3EBE'

red 170 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #AA3EBE

Tints of Dark Orchid #AA3EBE

RGB

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

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

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

R = 40.28%
G = 14.69%
B = 45.02%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3EBE (or 0xAA3EBE) is known color: Dark Orchid. HEX triplet: AA, 3E and BE. RGB value is (170,62,190). Sum of RGB (Red+Green+Blue) = 170+62+190=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EBE is #55C141. Grayscale: #6C6C6C. Windows color (decimal): -5620034 or 12467882. OLE color: 12467882.

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

Color convert

RGB 170 62 190 -
CMYK 0.11 0.67 0 0.25
HSL 290.63º 0.51% 0.49% -
HSV(B) 290.63º 0.67% 0.75% -
XYZ 27.59 15.71 50.29 -
YUV 108.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 170 62 190 0.11 0.67 0 0.25 290.63 0.51 0.49
Hex AA 3E BE B 43 0 19 123 33 31
Octal 252 76 276 13 103 0 31 443 63 61
Binary 10101010 111110 10111110 1011 1000011 0 11001 100100011 110011 110001

Color Harmonies of #AA3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EBE

Black with #AA3EBE

Text Example


Text Example

White with #AA3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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