Html Css Color HEX #AA3BE4 Dark Orchid

📋 copy color: '#AA3BE4'

red 170 ◦ green 59 ◦ blue 228

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

Shades of Dark Orchid #AA3BE4

Tints of Dark Orchid #AA3BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.89%

R = 37.2%
G = 12.91%
B = 49.89%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA3BE4 (or 0xAA3BE4) is known color: Dark Orchid. HEX triplet: AA, 3B and E4. RGB value is (170,59,228). Sum of RGB (Red+Green+Blue) = 170+59+228=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA3BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BE4 is #55C41B. Grayscale: #6E6E6E. Windows color (decimal): -5620764 or 14957482. OLE color: 14957482.

HSL color Cylindrical-coordinate representation of color #AA3BE4: hue angle of 279.41º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3BE4 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 59 228 -
CMYK 0.25 0.74 0 0.11
HSL 279.41º 0.76% 0.56% -
HSV(B) 279.41º 0.74% 0.89% -
XYZ 32.15 17.28 75.04 -
YUV 111.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 170 59 228 0.25 0.74 0 0.11 279.41 0.76 0.56
Hex AA 3B E4 19 4A 0 B 117 4C 38
Octal 252 73 344 31 112 0 13 427 114 70
Binary 10101010 111011 11100100 11001 1001010 0 1011 100010111 1001100 111000

Color Harmonies of #AA3BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BE4

Black with #AA3BE4

Text Example


Text Example

White with #AA3BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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