Html Css Color HEX #AA3FED Dark Orchid

📋 copy color: '#AA3FED'

red 170 ◦ green 63 ◦ blue 237

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

Shades of Dark Orchid #AA3FED

Tints of Dark Orchid #AA3FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 36.17%
G = 13.4%
B = 50.43%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA3FED (or 0xAA3FED) is known color: Dark Orchid. HEX triplet: AA, 3F and ED. RGB value is (170,63,237). Sum of RGB (Red+Green+Blue) = 170+63+237=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA3FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FED is #55C012. Grayscale: #727272. Windows color (decimal): -5619731 or 15548330. OLE color: 15548330.

HSL color Cylindrical-coordinate representation of color #AA3FED: hue angle of 276.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3FED is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 63 237 -
CMYK 0.28 0.73 0 0.07
HSL 276.9º 0.83% 0.59% -
HSV(B) 276.9º 0.73% 0.93% -
XYZ 33.64 18.22 81.86 -
YUV 114.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 170 63 237 0.28 0.73 0 0.07 276.9 0.83 0.59
Hex AA 3F ED 1C 49 0 7 115 53 3B
Octal 252 77 355 34 111 0 7 425 123 73
Binary 10101010 111111 11101101 11100 1001001 0 111 100010101 1010011 111011

Color Harmonies of #AA3FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FED

Black with #AA3FED

Text Example


Text Example

White with #AA3FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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