Html Css Color HEX #A728DA Dark Orchid

📋 copy color: '#A728DA'

red 167 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #A728DA

Tints of Dark Orchid #A728DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 39.29%
G = 9.41%
B = 51.29%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A728DA (or 0xA728DA) is known color: Dark Orchid. HEX triplet: A7, 28 and DA. RGB value is (167,40,218). Sum of RGB (Red+Green+Blue) = 167+40+218=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A728DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728DA is #58D725. Grayscale: #616161. Windows color (decimal): -5822246 or 14297255. OLE color: 14297255.

HSL color Cylindrical-coordinate representation of color #A728DA: hue angle of 282.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A728DA is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 40 218 -
CMYK 0.23 0.82 0 0.15
HSL 282.81º 0.71% 0.51% -
HSV(B) 282.81º 0.82% 0.85% -
XYZ 29.35 14.8 67.64 -
YUV 98.27 195.58 177.03 -
System Red Green Blue C M Y K H S L
Decimal 167 40 218 0.23 0.82 0 0.15 282.81 0.71 0.51
Hex A7 28 DA 17 52 0 F 11B 47 33
Octal 247 50 332 27 122 0 17 433 107 63
Binary 10100111 101000 11011010 10111 1010010 0 1111 100011011 1000111 110011

Color Harmonies of #A728DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728DA

Black with #A728DA

Text Example


Text Example

White with #A728DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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