Html Css Color HEX #AA3DEB Dark Orchid

📋 copy color: '#AA3DEB'

red 170 ◦ green 61 ◦ blue 235

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

Shades of Dark Orchid #AA3DEB

Tints of Dark Orchid #AA3DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 36.48%
G = 13.09%
B = 50.43%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA3DEB (or 0xAA3DEB) is known color: Dark Orchid. HEX triplet: AA, 3D and EB. RGB value is (170,61,235). Sum of RGB (Red+Green+Blue) = 170+61+235=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA3DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3DEB is #55C214. Grayscale: #707070. Windows color (decimal): -5620245 or 15416746. OLE color: 15416746.

HSL color Cylindrical-coordinate representation of color #AA3DEB: hue angle of 277.59º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3DEB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 61 235 -
CMYK 0.28 0.74 0 0.08
HSL 277.59º 0.81% 0.58% -
HSV(B) 277.59º 0.74% 0.92% -
XYZ 33.24 17.88 80.3 -
YUV 113.43 196.61 168.35 -
System Red Green Blue C M Y K H S L
Decimal 170 61 235 0.28 0.74 0 0.08 277.59 0.81 0.58
Hex AA 3D EB 1C 4A 0 8 116 51 3A
Octal 252 75 353 34 112 0 10 426 121 72
Binary 10101010 111101 11101011 11100 1001010 0 1000 100010110 1010001 111010

Color Harmonies of #AA3DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DEB

Black with #AA3DEB

Text Example


Text Example

White with #AA3DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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