Html Css Color HEX #AA1CCB Dark Orchid

📋 copy color: '#AA1CCB'

red 170 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #AA1CCB

Tints of Dark Orchid #AA1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

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

R = 42.39%
G = 6.98%
B = 50.62%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA1CCB (or 0xAA1CCB) is known color: Dark Orchid. HEX triplet: AA, 1C and CB. RGB value is (170,28,203). Sum of RGB (Red+Green+Blue) = 170+28+203=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCB is #55E334. Grayscale: #595959. Windows color (decimal): -5628725 or 13311146. OLE color: 13311146.

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

Color convert

RGB 170 28 203 -
CMYK 0.16 0.86 0 0.20
HSL 288.69º 0.76% 0.45% -
HSV(B) 288.69º 0.86% 0.8% -
XYZ 27.77 13.69 57.68 -
YUV 90.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 170 28 203 0.16 0.86 0 0.20 288.69 0.76 0.45
Hex AA 1C CB 10 56 0 14 121 4C 2D
Octal 252 34 313 20 126 0 24 441 114 55
Binary 10101010 11100 11001011 10000 1010110 0 10100 100100001 1001100 101101

Color Harmonies of #AA1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CCB

Black with #AA1CCB

Text Example


Text Example

White with #AA1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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