Html Css Color HEX #AA18CF Dark Orchid

📋 copy color: '#AA18CF'

red 170 ◦ green 24 ◦ blue 207

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

Shades of Dark Orchid #AA18CF

Tints of Dark Orchid #AA18CF

RGB

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

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

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

R = 42.39%
G = 5.99%
B = 51.62%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA18CF (or 0xAA18CF) is known color: Dark Orchid. HEX triplet: AA, 18 and CF. RGB value is (170,24,207). Sum of RGB (Red+Green+Blue) = 170+24+207=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA18CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18CF is #55E730. Grayscale: #575757. Windows color (decimal): -5629745 or 13572266. OLE color: 13572266.

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

Color convert

RGB 170 24 207 -
CMYK 0.18 0.88 0 0.19
HSL 287.87º 0.79% 0.45% -
HSV(B) 287.87º 0.88% 0.81% -
XYZ 28.17 13.7 60.19 -
YUV 88.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 170 24 207 0.18 0.88 0 0.19 287.87 0.79 0.45
Hex AA 18 CF 12 58 0 13 120 4F 2D
Octal 252 30 317 22 130 0 23 440 117 55
Binary 10101010 11000 11001111 10010 1011000 0 10011 100100000 1001111 101101

Color Harmonies of #AA18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18CF

Black with #AA18CF

Text Example


Text Example

White with #AA18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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