Html Css Color HEX #AA18CB Dark Orchid

📋 copy color: '#AA18CB'

red 170 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #AA18CB

Tints of Dark Orchid #AA18CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 42.82%
G = 6.05%
B = 51.13%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA18CB (or 0xAA18CB) is known color: Dark Orchid. HEX triplet: AA, 18 and CB. RGB value is (170,24,203). Sum of RGB (Red+Green+Blue) = 170+24+203=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA18CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18CB is #55E734. Grayscale: #575757. Windows color (decimal): -5629749 or 13310122. OLE color: 13310122.

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

Color convert

RGB 170 24 203 -
CMYK 0.16 0.88 0 0.20
HSL 288.94º 0.79% 0.45% -
HSV(B) 288.94º 0.88% 0.8% -
XYZ 27.68 13.51 57.65 -
YUV 88.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 170 24 203 0.16 0.88 0 0.20 288.94 0.79 0.45
Hex AA 18 CB 10 58 0 14 121 4F 2D
Octal 252 30 313 20 130 0 24 441 117 55
Binary 10101010 11000 11001011 10000 1011000 0 10100 100100001 1001111 101101

Color Harmonies of #AA18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18CB

Black with #AA18CB

Text Example


Text Example

White with #AA18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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