Html Css Color HEX #A728BD Dark Orchid

📋 copy color: '#A728BD'

red 167 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A728BD

Tints of Dark Orchid #A728BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 42.17%
G = 10.1%
B = 47.73%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A728BD (or 0xA728BD) is known color: Dark Orchid. HEX triplet: A7, 28 and BD. RGB value is (167,40,189). Sum of RGB (Red+Green+Blue) = 167+40+189=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A728BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728BD is #58D742. Grayscale: #5E5E5E. Windows color (decimal): -5822275 or 12396711. OLE color: 12396711.

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

Color convert

RGB 167 40 189 -
CMYK 0.12 0.79 0 0.26
HSL 291.14º 0.65% 0.45% -
HSV(B) 291.14º 0.79% 0.74% -
XYZ 25.88 13.41 49.37 -
YUV 94.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 167 40 189 0.12 0.79 0 0.26 291.14 0.65 0.45
Hex A7 28 BD C 4F 0 1A 123 41 2D
Octal 247 50 275 14 117 0 32 443 101 55
Binary 10100111 101000 10111101 1100 1001111 0 11010 100100011 1000001 101101

Color Harmonies of #A728BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728BD

Black with #A728BD

Text Example


Text Example

White with #A728BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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