Html Css Color HEX #AA2FDD Dark Orchid

📋 copy color: '#AA2FDD'

red 170 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #AA2FDD

Tints of Dark Orchid #AA2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.73%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 38.81%
G = 10.73%
B = 50.46%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2FDD (or 0xAA2FDD) is known color: Dark Orchid. HEX triplet: AA, 2F and DD. RGB value is (170,47,221). Sum of RGB (Red+Green+Blue) = 170+47+221=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FDD is #55D022. Grayscale: #676767. Windows color (decimal): -5623843 or 14495658. OLE color: 14495658.

HSL color Cylindrical-coordinate representation of color #AA2FDD: hue angle of 282.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2FDD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 47 221 -
CMYK 0.23 0.79 0 0.13
HSL 282.41º 0.72% 0.53% -
HSV(B) 282.41º 0.79% 0.87% -
XYZ 30.65 15.8 69.84 -
YUV 103.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 170 47 221 0.23 0.79 0 0.13 282.41 0.72 0.53
Hex AA 2F DD 17 4F 0 D 11A 48 35
Octal 252 57 335 27 117 0 15 432 110 65
Binary 10101010 101111 11011101 10111 1001111 0 1101 100011010 1001000 110101

Color Harmonies of #AA2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FDD

Black with #AA2FDD

Text Example


Text Example

White with #AA2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FDD; }

 p { color: rgb(170,47,221); }

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

background-color css

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

 a { background-color: rgb(170,47,221); }

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

border-color css

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

 span { border-color: rgb(170,47,221); }

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