Html Css Color HEX #A728B6 Dark Orchid

📋 copy color: '#A728B6'

red 167 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A728B6

Tints of Dark Orchid #A728B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 42.93%
G = 10.28%
B = 46.79%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A728B6 (or 0xA728B6) is known color: Dark Orchid. HEX triplet: A7, 28 and B6. RGB value is (167,40,182). Sum of RGB (Red+Green+Blue) = 167+40+182=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #A728B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728B6 is #58D749. Grayscale: #5D5D5D. Windows color (decimal): -5822282 or 11937959. OLE color: 11937959.

HSL color Cylindrical-coordinate representation of color #A728B6: hue angle of 293.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A728B6 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 40 182 -
CMYK 0.08 0.78 0 0.29
HSL 293.66º 0.64% 0.44% -
HSV(B) 293.66º 0.78% 0.71% -
XYZ 25.14 13.11 45.46 -
YUV 94.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 167 40 182 0.08 0.78 0 0.29 293.66 0.64 0.44
Hex A7 28 B6 8 4E 0 1D 126 40 2C
Octal 247 50 266 10 116 0 35 446 100 54
Binary 10100111 101000 10110110 1000 1001110 0 11101 100100110 1000000 101100

Color Harmonies of #A728B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728B6

Black with #A728B6

Text Example


Text Example

White with #A728B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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