Html Css Color HEX #A728BF Dark Orchid

📋 copy color: '#A728BF'

red 167 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #A728BF

Tints of Dark Orchid #A728BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.05%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 41.96%
G = 10.05%
B = 47.99%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A728BF (or 0xA728BF) is known color: Dark Orchid. HEX triplet: A7, 28 and BF. RGB value is (167,40,191). Sum of RGB (Red+Green+Blue) = 167+40+191=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #A728BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728BF is #58D740. Grayscale: #5E5E5E. Windows color (decimal): -5822273 or 12527783. OLE color: 12527783.

HSL color Cylindrical-coordinate representation of color #A728BF: hue angle of 290.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A728BF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 40 191 -
CMYK 0.13 0.79 0 0.25
HSL 290.46º 0.65% 0.45% -
HSV(B) 290.46º 0.79% 0.75% -
XYZ 26.1 13.49 50.52 -
YUV 95.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 167 40 191 0.13 0.79 0 0.25 290.46 0.65 0.45
Hex A7 28 BF D 4F 0 19 122 41 2D
Octal 247 50 277 15 117 0 31 442 101 55
Binary 10100111 101000 10111111 1101 1001111 0 11001 100100010 1000001 101101

Color Harmonies of #A728BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728BF

Black with #A728BF

Text Example


Text Example

White with #A728BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728BF; }

 p { color: rgb(167,40,191); }

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

background-color css

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

 a { background-color: rgb(167,40,191); }

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

border-color css

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

 span { border-color: rgb(167,40,191); }

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