Html Css Color HEX #AA26BD Dark Orchid

📋 copy color: '#AA26BD'

red 170 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #AA26BD

Tints of Dark Orchid #AA26BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 42.82%
G = 9.57%
B = 47.61%

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

#AA26BD (or 0xAA26BD) is known color: Dark Orchid. HEX triplet: AA, 26 and BD. RGB value is (170,38,189). Sum of RGB (Red+Green+Blue) = 170+38+189=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26BD is #55D942. Grayscale: #5E5E5E. Windows color (decimal): -5626179 or 12396202. OLE color: 12396202.

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

Color convert

RGB 170 38 189 -
CMYK 0.10 0.80 0 0.26
HSL 292.45º 0.67% 0.45% -
HSV(B) 292.45º 0.8% 0.74% -
XYZ 26.46 13.61 49.38 -
YUV 94.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 170 38 189 0.10 0.80 0 0.26 292.45 0.67 0.45
Hex AA 26 BD A 50 0 1A 124 43 2D
Octal 252 46 275 12 120 0 32 444 103 55
Binary 10101010 100110 10111101 1010 1010000 0 11010 100100100 1000011 101101

Color Harmonies of #AA26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26BD

Black with #AA26BD

Text Example


Text Example

White with #AA26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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