Html Css Color HEX #A728C3 Dark Orchid

📋 copy color: '#A728C3'

red 167 ◦ green 40 ◦ blue 195

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

Shades of Dark Orchid #A728C3

Tints of Dark Orchid #A728C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.51%

R = 41.54%
G = 9.95%
B = 48.51%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A728C3 (or 0xA728C3) is known color: Dark Orchid. HEX triplet: A7, 28 and C3. RGB value is (167,40,195). Sum of RGB (Red+Green+Blue) = 167+40+195=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #A728C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728C3 is #58D73C. Grayscale: #5F5F5F. Windows color (decimal): -5822269 or 12789927. OLE color: 12789927.

HSL color Cylindrical-coordinate representation of color #A728C3: hue angle of 289.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A728C3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 40 195 -
CMYK 0.14 0.79 0 0.24
HSL 289.16º 0.66% 0.46% -
HSV(B) 289.16º 0.79% 0.76% -
XYZ 26.55 13.67 52.87 -
YUV 95.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 167 40 195 0.14 0.79 0 0.24 289.16 0.66 0.46
Hex A7 28 C3 E 4F 0 18 121 42 2E
Octal 247 50 303 16 117 0 30 441 102 56
Binary 10100111 101000 11000011 1110 1001111 0 11000 100100001 1000010 101110

Color Harmonies of #A728C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728C3

Black with #A728C3

Text Example


Text Example

White with #A728C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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