Html Css Color HEX #AA27CF Dark Orchid

📋 copy color: '#AA27CF'

red 170 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #AA27CF

Tints of Dark Orchid #AA27CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 40.87%
G = 9.38%
B = 49.76%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA27CF (or 0xAA27CF) is known color: Dark Orchid. HEX triplet: AA, 27 and CF. RGB value is (170,39,207). Sum of RGB (Red+Green+Blue) = 170+39+207=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27CF is #55D830. Grayscale: #606060. Windows color (decimal): -5625905 or 13576106. OLE color: 13576106.

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

Color convert

RGB 170 39 207 -
CMYK 0.18 0.81 0 0.19
HSL 286.79º 0.68% 0.48% -
HSV(B) 286.79º 0.81% 0.81% -
XYZ 28.57 14.5 60.33 -
YUV 97.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 170 39 207 0.18 0.81 0 0.19 286.79 0.68 0.48
Hex AA 27 CF 12 51 0 13 11F 44 30
Octal 252 47 317 22 121 0 23 437 104 60
Binary 10101010 100111 11001111 10010 1010001 0 10011 100011111 1000100 110000

Color Harmonies of #AA27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27CF

Black with #AA27CF

Text Example


Text Example

White with #AA27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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