Html Css Color HEX #AA3ACB Dark Orchid

📋 copy color: '#AA3ACB'

red 170 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #AA3ACB

Tints of Dark Orchid #AA3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 39.44%
G = 13.46%
B = 47.1%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3ACB (or 0xAA3ACB) is known color: Dark Orchid. HEX triplet: AA, 3A and CB. RGB value is (170,58,203). Sum of RGB (Red+Green+Blue) = 170+58+203=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ACB is #55C534. Grayscale: #6B6B6B. Windows color (decimal): -5621045 or 13318826. OLE color: 13318826.

HSL color Cylindrical-coordinate representation of color #AA3ACB: hue angle of 286.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3ACB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 58 203 -
CMYK 0.16 0.71 0 0.20
HSL 286.34º 0.58% 0.51% -
HSV(B) 286.34º 0.71% 0.8% -
XYZ 28.87 15.88 58.04 -
YUV 108.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 170 58 203 0.16 0.71 0 0.20 286.34 0.58 0.51
Hex AA 3A CB 10 47 0 14 11E 3A 33
Octal 252 72 313 20 107 0 24 436 72 63
Binary 10101010 111010 11001011 10000 1000111 0 10100 100011110 111010 110011

Color Harmonies of #AA3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ACB

Black with #AA3ACB

Text Example


Text Example

White with #AA3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ACB; }

 p { color: rgb(170,58,203); }

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

background-color css

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

 a { background-color: rgb(170,58,203); }

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

border-color css

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

 span { border-color: rgb(170,58,203); }

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