Html Css Color HEX #AA3FBF Dark Orchid

📋 copy color: '#AA3FBF'

red 170 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #AA3FBF

Tints of Dark Orchid #AA3FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 40.09%
G = 14.86%
B = 45.05%

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

#AA3FBF (or 0xAA3FBF) is known color: Dark Orchid. HEX triplet: AA, 3F and BF. RGB value is (170,63,191). Sum of RGB (Red+Green+Blue) = 170+63+191=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FBF is #55C040. Grayscale: #6D6D6D. Windows color (decimal): -5619777 or 12533674. OLE color: 12533674.

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

Color convert

RGB 170 63 191 -
CMYK 0.11 0.67 0 0.25
HSL 290.16º 0.5% 0.5% -
HSV(B) 290.16º 0.67% 0.75% -
XYZ 27.76 15.86 50.89 -
YUV 109.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 170 63 191 0.11 0.67 0 0.25 290.16 0.5 0.5
Hex AA 3F BF B 43 0 19 122 32 32
Octal 252 77 277 13 103 0 31 442 62 62
Binary 10101010 111111 10111111 1011 1000011 0 11001 100100010 110010 110010

Color Harmonies of #AA3FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FBF

Black with #AA3FBF

Text Example


Text Example

White with #AA3FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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