Html Css Color HEX #AA3FCD Dark Orchid

📋 copy color: '#AA3FCD'

red 170 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #AA3FCD

Tints of Dark Orchid #AA3FCD

RGB

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

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

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

R = 38.81%
G = 14.38%
B = 46.8%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3FCD (or 0xAA3FCD) is known color: Dark Orchid. HEX triplet: AA, 3F and CD. RGB value is (170,63,205). Sum of RGB (Red+Green+Blue) = 170+63+205=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FCD is #55C032. Grayscale: #6E6E6E. Windows color (decimal): -5619763 or 13451178. OLE color: 13451178.

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

Color convert

RGB 170 63 205 -
CMYK 0.17 0.69 0 0.20
HSL 285.21º 0.59% 0.53% -
HSV(B) 285.21º 0.69% 0.8% -
XYZ 29.37 16.51 59.4 -
YUV 111.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 170 63 205 0.17 0.69 0 0.20 285.21 0.59 0.53
Hex AA 3F CD 11 45 0 14 11D 3B 35
Octal 252 77 315 21 105 0 24 435 73 65
Binary 10101010 111111 11001101 10001 1000101 0 10100 100011101 111011 110101

Color Harmonies of #AA3FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FCD

Black with #AA3FCD

Text Example


Text Example

White with #AA3FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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