Html Css Color HEX #AA26CC Dark Orchid

📋 copy color: '#AA26CC'

red 170 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #AA26CC

Tints of Dark Orchid #AA26CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 41.26%
G = 9.22%
B = 49.51%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA26CC (or 0xAA26CC) is known color: Dark Orchid. HEX triplet: AA, 26 and CC. RGB value is (170,38,204). Sum of RGB (Red+Green+Blue) = 170+38+204=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26CC is #55D933. Grayscale: #5F5F5F. Windows color (decimal): -5626164 or 13379242. OLE color: 13379242.

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

Color convert

RGB 170 38 204 -
CMYK 0.17 0.81 0 0.2
HSL 287.71º 0.69% 0.47% -
HSV(B) 287.71º 0.81% 0.8% -
XYZ 28.17 14.29 58.4 -
YUV 96.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 170 38 204 0.17 0.81 0 0.2 287.71 0.69 0.47
Hex AA 26 CC 11 51 0 14 120 45 2F
Octal 252 46 314 21 121 0 24 440 105 57
Binary 10101010 100110 11001100 10001 1010001 0 10100 100100000 1000101 101111

Color Harmonies of #AA26CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26CC

Black with #AA26CC

Text Example


Text Example

White with #AA26CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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