Html Css Color HEX #A728DD Dark Orchid

📋 copy color: '#A728DD'

red 167 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #A728DD

Tints of Dark Orchid #A728DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 39.02%
G = 9.35%
B = 51.64%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A728DD (or 0xA728DD) is known color: Dark Orchid. HEX triplet: A7, 28 and DD. RGB value is (167,40,221). Sum of RGB (Red+Green+Blue) = 167+40+221=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A728DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728DD is #58D722. Grayscale: #626262. Windows color (decimal): -5822243 or 14493863. OLE color: 14493863.

HSL color Cylindrical-coordinate representation of color #A728DD: hue angle of 282.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A728DD is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 40 221 -
CMYK 0.24 0.82 0 0.13
HSL 282.1º 0.73% 0.51% -
HSV(B) 282.1º 0.82% 0.87% -
XYZ 29.75 14.95 69.73 -
YUV 98.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 167 40 221 0.24 0.82 0 0.13 282.1 0.73 0.51
Hex A7 28 DD 18 52 0 D 11A 49 33
Octal 247 50 335 30 122 0 15 432 111 63
Binary 10100111 101000 11011101 11000 1010010 0 1101 100011010 1001001 110011

Color Harmonies of #A728DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728DD

Black with #A728DD

Text Example


Text Example

White with #A728DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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