Html Css Color HEX #A727BA Dark Orchid

📋 copy color: '#A727BA'

red 167 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #A727BA

Tints of Dark Orchid #A727BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 42.6%
G = 9.95%
B = 47.45%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A727BA (or 0xA727BA) is known color: Dark Orchid. HEX triplet: A7, 27 and BA. RGB value is (167,39,186). Sum of RGB (Red+Green+Blue) = 167+39+186=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A727BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727BA is #58D845. Grayscale: #5D5D5D. Windows color (decimal): -5822534 or 12199847. OLE color: 12199847.

HSL color Cylindrical-coordinate representation of color #A727BA: hue angle of 292.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A727BA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 39 186 -
CMYK 0.10 0.79 0 0.27
HSL 292.24º 0.65% 0.44% -
HSV(B) 292.24º 0.79% 0.73% -
XYZ 25.52 13.21 47.66 -
YUV 94.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 167 39 186 0.10 0.79 0 0.27 292.24 0.65 0.44
Hex A7 27 BA A 4F 0 1B 124 41 2C
Octal 247 47 272 12 117 0 33 444 101 54
Binary 10100111 100111 10111010 1010 1001111 0 11011 100100100 1000001 101100

Color Harmonies of #A727BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A727BA

Black with #A727BA

Text Example


Text Example

White with #A727BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A727BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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