Html Css Color HEX #AA2FDF Dark Orchid

📋 copy color: '#AA2FDF'

red 170 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #AA2FDF

Tints of Dark Orchid #AA2FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 38.64%
G = 10.68%
B = 50.68%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2FDF (or 0xAA2FDF) is known color: Dark Orchid. HEX triplet: AA, 2F and DF. RGB value is (170,47,223). Sum of RGB (Red+Green+Blue) = 170+47+223=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA2FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FDF is #55D020. Grayscale: #676767. Windows color (decimal): -5623841 or 14626730. OLE color: 14626730.

HSL color Cylindrical-coordinate representation of color #AA2FDF: hue angle of 281.93º degrees, saturation: 0.73, 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 #AA2FDF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 47 223 -
CMYK 0.24 0.79 0 0.13
HSL 281.93º 0.73% 0.53% -
HSV(B) 281.93º 0.79% 0.87% -
XYZ 30.91 15.91 71.25 -
YUV 103.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 170 47 223 0.24 0.79 0 0.13 281.93 0.73 0.53
Hex AA 2F DF 18 4F 0 D 11A 49 35
Octal 252 57 337 30 117 0 15 432 111 65
Binary 10101010 101111 11011111 11000 1001111 0 1101 100011010 1001001 110101

Color Harmonies of #AA2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FDF

Black with #AA2FDF

Text Example


Text Example

White with #AA2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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