Html Css Color HEX #AA3CCD Dark Orchid

📋 copy color: '#AA3CCD'

red 170 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #AA3CCD

Tints of Dark Orchid #AA3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.79%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 39.08%
G = 13.79%
B = 47.13%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3CCD (or 0xAA3CCD) is known color: Dark Orchid. HEX triplet: AA, 3C and CD. RGB value is (170,60,205). Sum of RGB (Red+Green+Blue) = 170+60+205=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CCD is #55C332. Grayscale: #6C6C6C. Windows color (decimal): -5620531 or 13450410. OLE color: 13450410.

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

Color convert

RGB 170 60 205 -
CMYK 0.17 0.71 0 0.20
HSL 285.52º 0.59% 0.52% -
HSV(B) 285.52º 0.71% 0.8% -
XYZ 29.21 16.19 59.34 -
YUV 109.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 170 60 205 0.17 0.71 0 0.20 285.52 0.59 0.52
Hex AA 3C CD 11 47 0 14 11E 3B 34
Octal 252 74 315 21 107 0 24 436 73 64
Binary 10101010 111100 11001101 10001 1000111 0 10100 100011110 111011 110100

Color Harmonies of #AA3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CCD

Black with #AA3CCD

Text Example


Text Example

White with #AA3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CCD; }

 p { color: rgb(170,60,205); }

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

background-color css

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

 a { background-color: rgb(170,60,205); }

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

border-color css

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

 span { border-color: rgb(170,60,205); }

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