Html Css Color HEX #AA3CBC Dark Orchid

📋 copy color: '#AA3CBC'

red 170 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #AA3CBC

Tints of Dark Orchid #AA3CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 40.67%
G = 14.35%
B = 44.98%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA3CBC (or 0xAA3CBC) is known color: Dark Orchid. HEX triplet: AA, 3C and BC. RGB value is (170,60,188). Sum of RGB (Red+Green+Blue) = 170+60+188=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CBC is #55C343. Grayscale: #6B6B6B. Windows color (decimal): -5620548 or 12336298. OLE color: 12336298.

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

Color convert

RGB 170 60 188 -
CMYK 0.10 0.68 0 0.26
HSL 291.56º 0.52% 0.49% -
HSV(B) 291.56º 0.68% 0.74% -
XYZ 27.27 15.41 49.11 -
YUV 107.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 170 60 188 0.10 0.68 0 0.26 291.56 0.52 0.49
Hex AA 3C BC A 44 0 1A 124 34 31
Octal 252 74 274 12 104 0 32 444 64 61
Binary 10101010 111100 10111100 1010 1000100 0 11010 100100100 110100 110001

Color Harmonies of #AA3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CBC

Black with #AA3CBC

Text Example


Text Example

White with #AA3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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