Html Css Color HEX #AA3DBF Dark Orchid

📋 copy color: '#AA3DBF'

red 170 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #AA3DBF

Tints of Dark Orchid #AA3DBF

RGB

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

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

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

R = 40.28%
G = 14.45%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3DBF (or 0xAA3DBF) is known color: Dark Orchid. HEX triplet: AA, 3D and BF. RGB value is (170,61,191). Sum of RGB (Red+Green+Blue) = 170+61+191=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DBF is #55C240. Grayscale: #6C6C6C. Windows color (decimal): -5620289 or 12533162. OLE color: 12533162.

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

Color convert

RGB 170 61 191 -
CMYK 0.11 0.68 0 0.25
HSL 290.31º 0.52% 0.49% -
HSV(B) 290.31º 0.68% 0.75% -
XYZ 27.65 15.65 50.85 -
YUV 108.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 170 61 191 0.11 0.68 0 0.25 290.31 0.52 0.49
Hex AA 3D BF B 44 0 19 122 34 31
Octal 252 75 277 13 104 0 31 442 64 61
Binary 10101010 111101 10111111 1011 1000100 0 11001 100100010 110100 110001

Color Harmonies of #AA3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DBF

Black with #AA3DBF

Text Example


Text Example

White with #AA3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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