Html Css Color HEX #AA27C8 Dark Orchid

📋 copy color: '#AA27C8'

red 170 ◦ green 39 ◦ blue 200

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

Shades of Dark Orchid #AA27C8

Tints of Dark Orchid #AA27C8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.54%

 BLUE value IS 200 (78.52% from 255) = 48.9%

R = 41.56%
G = 9.54%
B = 48.9%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA27C8 (or 0xAA27C8) is known color: Dark Orchid. HEX triplet: AA, 27 and C8. RGB value is (170,39,200). Sum of RGB (Red+Green+Blue) = 170+39+200=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA27C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27C8 is #55D837. Grayscale: #606060. Windows color (decimal): -5625912 or 13117354. OLE color: 13117354.

HSL color Cylindrical-coordinate representation of color #AA27C8: hue angle of 288.82º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA27C8 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 39 200 -
CMYK 0.15 0.80 0 0.22
HSL 288.82º 0.67% 0.47% -
HSV(B) 288.82º 0.81% 0.78% -
XYZ 27.73 14.17 55.92 -
YUV 96.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 170 39 200 0.15 0.80 0 0.22 288.82 0.67 0.47
Hex AA 27 C8 F 50 0 16 121 43 2F
Octal 252 47 310 17 120 0 26 441 103 57
Binary 10101010 100111 11001000 1111 1010000 0 10110 100100001 1000011 101111

Color Harmonies of #AA27C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27C8

Black with #AA27C8

Text Example


Text Example

White with #AA27C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27C8; }

 p { color: rgb(170,39,200); }

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

background-color css

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

 a { background-color: rgb(170,39,200); }

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

border-color css

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

 span { border-color: rgb(170,39,200); }

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