Html Css Color HEX #A927C6 Dark Orchid

📋 copy color: '#A927C6'

red 169 ◦ green 39 ◦ blue 198

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

Shades of Dark Orchid #A927C6

Tints of Dark Orchid #A927C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 41.63%
G = 9.61%
B = 48.77%

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

#A927C6 (or 0xA927C6) is known color: Dark Orchid. HEX triplet: A9, 27 and C6. RGB value is (169,39,198). Sum of RGB (Red+Green+Blue) = 169+39+198=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #A927C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927C6 is #56D839. Grayscale: #5F5F5F. Windows color (decimal): -5691450 or 12986281. OLE color: 12986281.

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

Color convert

RGB 169 39 198 -
CMYK 0.15 0.80 0 0.22
HSL 289.06º 0.67% 0.46% -
HSV(B) 289.06º 0.8% 0.78% -
XYZ 27.28 13.96 54.68 -
YUV 96 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 169 39 198 0.15 0.80 0 0.22 289.06 0.67 0.46
Hex A9 27 C6 F 50 0 16 121 43 2E
Octal 251 47 306 17 120 0 26 441 103 56
Binary 10101001 100111 11000110 1111 1010000 0 10110 100100001 1000011 101110

Color Harmonies of #A927C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927C6

Black with #A927C6

Text Example


Text Example

White with #A927C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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