Html Css Color HEX #A927AA Dark Orchid

📋 copy color: '#A927AA'

red 169 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #A927AA

Tints of Dark Orchid #A927AA

RGB

 RED value IS 169 (66.41% from 255) = 44.71%

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 44.71%
G = 10.32%
B = 44.97%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A927AA (or 0xA927AA) is known color: Dark Orchid. HEX triplet: A9, 27 and AA. RGB value is (169,39,170). Sum of RGB (Red+Green+Blue) = 169+39+170=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A927AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A927AA is #56D855. Grayscale: #5C5C5C. Windows color (decimal): -5691478 or 11151273. OLE color: 11151273.

HSL color Cylindrical-coordinate representation of color #A927AA: hue angle of 299.54º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A927AA is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 39 170 -
CMYK 0.01 0.77 0 0.33
HSL 299.54º 0.63% 0.41% -
HSV(B) 299.54º 0.77% 0.67% -
XYZ 24.34 12.79 39.22 -
YUV 92.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 169 39 170 0.01 0.77 0 0.33 299.54 0.63 0.41
Hex A9 27 AA 1 4D 0 21 12C 3F 29
Octal 251 47 252 1 115 0 41 454 77 51
Binary 10101001 100111 10101010 1 1001101 0 100001 100101100 111111 101001

Color Harmonies of #A927AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927AA

Black with #A927AA

Text Example


Text Example

White with #A927AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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