Html Css Color HEX #AA1ACF Dark Orchid

📋 copy color: '#AA1ACF'

red 170 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #AA1ACF

Tints of Dark Orchid #AA1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.45%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 42.18%
G = 6.45%
B = 51.36%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1ACF (or 0xAA1ACF) is known color: Dark Orchid. HEX triplet: AA, 1A and CF. RGB value is (170,26,207). Sum of RGB (Red+Green+Blue) = 170+26+207=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACF is #55E530. Grayscale: #595959. Windows color (decimal): -5629233 or 13572778. OLE color: 13572778.

HSL color Cylindrical-coordinate representation of color #AA1ACF: hue angle of 287.73º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 26 207 -
CMYK 0.18 0.87 0 0.19
HSL 287.73º 0.78% 0.46% -
HSV(B) 287.73º 0.87% 0.81% -
XYZ 28.21 13.79 60.21 -
YUV 89.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 170 26 207 0.18 0.87 0 0.19 287.73 0.78 0.46
Hex AA 1A CF 12 57 0 13 120 4E 2E
Octal 252 32 317 22 127 0 23 440 116 56
Binary 10101010 11010 11001111 10010 1010111 0 10011 100100000 1001110 101110

Color Harmonies of #AA1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ACF

Black with #AA1ACF

Text Example


Text Example

White with #AA1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ACF; }

 p { color: rgb(170,26,207); }

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

background-color css

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

 a { background-color: rgb(170,26,207); }

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

border-color css

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

 span { border-color: rgb(170,26,207); }

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