Html Css Color HEX #AA26BC Dark Orchid

📋 copy color: '#AA26BC'

red 170 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #AA26BC

Tints of Dark Orchid #AA26BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 42.93%
G = 9.6%
B = 47.47%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA26BC (or 0xAA26BC) is known color: Dark Orchid. HEX triplet: AA, 26 and BC. RGB value is (170,38,188). Sum of RGB (Red+Green+Blue) = 170+38+188=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26BC is #55D943. Grayscale: #5E5E5E. Windows color (decimal): -5626180 or 12330666. OLE color: 12330666.

HSL color Cylindrical-coordinate representation of color #AA26BC: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA26BC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 38 188 -
CMYK 0.10 0.80 0 0.26
HSL 292.8º 0.66% 0.44% -
HSV(B) 292.8º 0.8% 0.74% -
XYZ 26.35 13.56 48.81 -
YUV 94.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 170 38 188 0.10 0.80 0 0.26 292.8 0.66 0.44
Hex AA 26 BC A 50 0 1A 125 42 2C
Octal 252 46 274 12 120 0 32 445 102 54
Binary 10101010 100110 10111100 1010 1010000 0 11010 100100101 1000010 101100

Color Harmonies of #AA26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26BC

Black with #AA26BC

Text Example


Text Example

White with #AA26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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