Html Css Color HEX #AA1FDA Dark Orchid

📋 copy color: '#AA1FDA'

red 170 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #AA1FDA

Tints of Dark Orchid #AA1FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.4%

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 40.57%
G = 7.4%
B = 52.03%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA1FDA (or 0xAA1FDA) is known color: Dark Orchid. HEX triplet: AA, 1F and DA. RGB value is (170,31,218). Sum of RGB (Red+Green+Blue) = 170+31+218=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA1FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FDA is #55E025. Grayscale: #5D5D5D. Windows color (decimal): -5627942 or 14294954. OLE color: 14294954.

HSL color Cylindrical-coordinate representation of color #AA1FDA: hue angle of 284.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1FDA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 31 218 -
CMYK 0.22 0.86 0 0.15
HSL 284.6º 0.75% 0.49% -
HSV(B) 284.6º 0.86% 0.85% -
XYZ 29.72 14.59 67.58 -
YUV 93.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 170 31 218 0.22 0.86 0 0.15 284.6 0.75 0.49
Hex AA 1F DA 16 56 0 F 11D 4B 31
Octal 252 37 332 26 126 0 17 435 113 61
Binary 10101010 11111 11011010 10110 1010110 0 1111 100011101 1001011 110001

Color Harmonies of #AA1FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FDA

Black with #AA1FDA

Text Example


Text Example

White with #AA1FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FDA; }

 p { color: rgb(170,31,218); }

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

background-color css

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

 a { background-color: rgb(170,31,218); }

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

border-color css

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

 span { border-color: rgb(170,31,218); }

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