Html Css Color HEX #AA26AC Dark Orchid

📋 copy color: '#AA26AC'

red 170 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #AA26AC

Tints of Dark Orchid #AA26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 44.74%
G = 10%
B = 45.26%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA26AC (or 0xAA26AC) is known color: Dark Orchid. HEX triplet: AA, 26 and AC. RGB value is (170,38,172). Sum of RGB (Red+Green+Blue) = 170+38+172=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26AC is #55D953. Grayscale: #5C5C5C. Windows color (decimal): -5626196 or 11282090. OLE color: 11282090.

HSL color Cylindrical-coordinate representation of color #AA26AC: hue angle of 299.1º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA26AC is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 172 -
CMYK 0.01 0.78 0 0.33
HSL 299.1º 0.64% 0.41% -
HSV(B) 299.1º 0.78% 0.67% -
XYZ 24.72 12.91 40.22 -
YUV 92.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 170 38 172 0.01 0.78 0 0.33 299.1 0.64 0.41
Hex AA 26 AC 1 4E 0 21 12B 40 29
Octal 252 46 254 1 116 0 41 453 100 51
Binary 10101010 100110 10101100 1 1001110 0 100001 100101011 1000000 101001

Color Harmonies of #AA26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26AC

Black with #AA26AC

Text Example


Text Example

White with #AA26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26AC; }

 p { color: rgb(170,38,172); }

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

background-color css

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

 a { background-color: rgb(170,38,172); }

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

border-color css

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

 span { border-color: rgb(170,38,172); }

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