Html Css Color HEX #AA1CB3 Dark Orchid

📋 copy color: '#AA1CB3'

red 170 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #AA1CB3

Tints of Dark Orchid #AA1CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 45.09%
G = 7.43%
B = 47.48%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA1CB3 (or 0xAA1CB3) is known color: Dark Orchid. HEX triplet: AA, 1C and B3. RGB value is (170,28,179). Sum of RGB (Red+Green+Blue) = 170+28+179=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA1CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CB3 is #55E34C. Grayscale: #575757. Windows color (decimal): -5628749 or 11738282. OLE color: 11738282.

HSL color Cylindrical-coordinate representation of color #AA1CB3: hue angle of 296.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1CB3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 28 179 -
CMYK 0.05 0.84 0 0.30
HSL 296.42º 0.73% 0.41% -
HSV(B) 296.42º 0.84% 0.7% -
XYZ 25.13 12.63 43.76 -
YUV 87.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 170 28 179 0.05 0.84 0 0.30 296.42 0.73 0.41
Hex AA 1C B3 5 54 0 1E 128 49 29
Octal 252 34 263 5 124 0 36 450 111 51
Binary 10101010 11100 10110011 101 1010100 0 11110 100101000 1001001 101001

Color Harmonies of #AA1CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CB3

Black with #AA1CB3

Text Example


Text Example

White with #AA1CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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