Html Css Color HEX #AA3FEB Dark Orchid

📋 copy color: '#AA3FEB'

red 170 ◦ green 63 ◦ blue 235

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

Shades of Dark Orchid #AA3FEB

Tints of Dark Orchid #AA3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

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

R = 36.32%
G = 13.46%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA3FEB (or 0xAA3FEB) is known color: Dark Orchid. HEX triplet: AA, 3F and EB. RGB value is (170,63,235). Sum of RGB (Red+Green+Blue) = 170+63+235=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FEB is #55C014. Grayscale: #727272. Windows color (decimal): -5619733 or 15417258. OLE color: 15417258.

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

Color convert

RGB 170 63 235 -
CMYK 0.28 0.73 0 0.08
HSL 277.33º 0.81% 0.58% -
HSV(B) 277.33º 0.73% 0.92% -
XYZ 33.35 18.1 80.33 -
YUV 114.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 170 63 235 0.28 0.73 0 0.08 277.33 0.81 0.58
Hex AA 3F EB 1C 49 0 8 115 51 3A
Octal 252 77 353 34 111 0 10 425 121 72
Binary 10101010 111111 11101011 11100 1001001 0 1000 100010101 1010001 111010

Color Harmonies of #AA3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FEB

Black with #AA3FEB

Text Example


Text Example

White with #AA3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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