Html Css Color HEX #A727C6 Dark Orchid

📋 copy color: '#A727C6'

red 167 ◦ green 39 ◦ blue 198

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

Shades of Dark Orchid #A727C6

Tints of Dark Orchid #A727C6

RGB

 RED value IS 167 (65.63% from 255) = 41.34%

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

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

R = 41.34%
G = 9.65%
B = 49.01%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A727C6 (or 0xA727C6) is known color: Dark Orchid. HEX triplet: A7, 27 and C6. RGB value is (167,39,198). Sum of RGB (Red+Green+Blue) = 167+39+198=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #A727C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727C6 is #58D839. Grayscale: #5E5E5E. Windows color (decimal): -5822522 or 12986279. OLE color: 12986279.

HSL color Cylindrical-coordinate representation of color #A727C6: hue angle of 288.3º 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 #A727C6 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 39 198 -
CMYK 0.16 0.80 0 0.22
HSL 288.3º 0.67% 0.46% -
HSV(B) 288.3º 0.8% 0.78% -
XYZ 26.85 13.74 54.66 -
YUV 95.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 167 39 198 0.16 0.80 0 0.22 288.3 0.67 0.46
Hex A7 27 C6 10 50 0 16 120 43 2E
Octal 247 47 306 20 120 0 26 440 103 56
Binary 10100111 100111 11000110 10000 1010000 0 10110 100100000 1000011 101110

Color Harmonies of #A727C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A727C6

Black with #A727C6

Text Example


Text Example

White with #A727C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A727C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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