Html Css Color HEX #A728BC Dark Orchid

📋 copy color: '#A728BC'

red 167 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A728BC

Tints of Dark Orchid #A728BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 42.28%
G = 10.13%
B = 47.59%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A728BC (or 0xA728BC) is known color: Dark Orchid. HEX triplet: A7, 28 and BC. RGB value is (167,40,188). Sum of RGB (Red+Green+Blue) = 167+40+188=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #A728BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728BC is #58D743. Grayscale: #5E5E5E. Windows color (decimal): -5822276 or 12331175. OLE color: 12331175.

HSL color Cylindrical-coordinate representation of color #A728BC: hue angle of 291.49º 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 #A728BC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 40 188 -
CMYK 0.11 0.79 0 0.26
HSL 291.49º 0.65% 0.45% -
HSV(B) 291.49º 0.79% 0.74% -
XYZ 25.77 13.36 48.8 -
YUV 94.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 167 40 188 0.11 0.79 0 0.26 291.49 0.65 0.45
Hex A7 28 BC B 4F 0 1A 123 41 2D
Octal 247 50 274 13 117 0 32 443 101 55
Binary 10100111 101000 10111100 1011 1001111 0 11010 100100011 1000001 101101

Color Harmonies of #A728BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728BC

Black with #A728BC

Text Example


Text Example

White with #A728BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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