Html Css Color HEX #AA26CE Dark Orchid

📋 copy color: '#AA26CE'

red 170 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #AA26CE

Tints of Dark Orchid #AA26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 41.06%
G = 9.18%
B = 49.76%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA26CE (or 0xAA26CE) is known color: Dark Orchid. HEX triplet: AA, 26 and CE. RGB value is (170,38,206). Sum of RGB (Red+Green+Blue) = 170+38+206=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26CE is #55D931. Grayscale: #606060. Windows color (decimal): -5626162 or 13510314. OLE color: 13510314.

HSL color Cylindrical-coordinate representation of color #AA26CE: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA26CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 38 206 -
CMYK 0.17 0.82 0 0.19
HSL 287.14º 0.69% 0.48% -
HSV(B) 287.14º 0.82% 0.81% -
XYZ 28.41 14.39 59.67 -
YUV 96.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 170 38 206 0.17 0.82 0 0.19 287.14 0.69 0.48
Hex AA 26 CE 11 52 0 13 11F 45 30
Octal 252 46 316 21 122 0 23 437 105 60
Binary 10101010 100110 11001110 10001 1010010 0 10011 100011111 1000101 110000

Color Harmonies of #AA26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26CE

Black with #AA26CE

Text Example


Text Example

White with #AA26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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