Html Css Color HEX #AA26DA Dark Orchid

📋 copy color: '#AA26DA'

red 170 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #AA26DA

Tints of Dark Orchid #AA26DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 39.91%
G = 8.92%
B = 51.17%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA26DA (or 0xAA26DA) is known color: Dark Orchid. HEX triplet: AA, 26 and DA. RGB value is (170,38,218). Sum of RGB (Red+Green+Blue) = 170+38+218=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA26DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26DA is #55D925. Grayscale: #616161. Windows color (decimal): -5626150 or 14296746. OLE color: 14296746.

HSL color Cylindrical-coordinate representation of color #AA26DA: hue angle of 284º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA26DA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 38 218 -
CMYK 0.22 0.83 0 0.15
HSL 284º 0.71% 0.5% -
HSV(B) 284º 0.83% 0.85% -
XYZ 29.93 14.99 67.65 -
YUV 97.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 170 38 218 0.22 0.83 0 0.15 284 0.71 0.5
Hex AA 26 DA 16 53 0 F 11C 47 32
Octal 252 46 332 26 123 0 17 434 107 62
Binary 10101010 100110 11011010 10110 1010011 0 1111 100011100 1000111 110010

Color Harmonies of #AA26DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26DA

Black with #AA26DA

Text Example


Text Example

White with #AA26DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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