Html Css Color HEX #AA18AF Dark Orchid

📋 copy color: '#AA18AF'

red 170 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #AA18AF

Tints of Dark Orchid #AA18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 46.07%
G = 6.5%
B = 47.43%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA18AF (or 0xAA18AF) is known color: Dark Orchid. HEX triplet: AA, 18 and AF. RGB value is (170,24,175). Sum of RGB (Red+Green+Blue) = 170+24+175=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA18AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18AF is #55E750. Grayscale: #545454. Windows color (decimal): -5629777 or 11475114. OLE color: 11475114.

HSL color Cylindrical-coordinate representation of color #AA18AF: hue angle of 298.01º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA18AF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 24 175 -
CMYK 0.03 0.86 0 0.31
HSL 298.01º 0.76% 0.39% -
HSV(B) 298.01º 0.86% 0.69% -
XYZ 24.64 12.29 41.63 -
YUV 84.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 170 24 175 0.03 0.86 0 0.31 298.01 0.76 0.39
Hex AA 18 AF 3 56 0 1F 12A 4C 27
Octal 252 30 257 3 126 0 37 452 114 47
Binary 10101010 11000 10101111 11 1010110 0 11111 100101010 1001100 100111

Color Harmonies of #AA18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18AF

Black with #AA18AF

Text Example


Text Example

White with #AA18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18AF; }

 p { color: rgb(170,24,175); }

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

background-color css

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

 a { background-color: rgb(170,24,175); }

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

border-color css

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

 span { border-color: rgb(170,24,175); }

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