Html Css Color HEX #A728DF Dark Orchid

📋 copy color: '#A728DF'

red 167 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #A728DF

Tints of Dark Orchid #A728DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 38.84%
G = 9.3%
B = 51.86%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A728DF (or 0xA728DF) is known color: Dark Orchid. HEX triplet: A7, 28 and DF. RGB value is (167,40,223). Sum of RGB (Red+Green+Blue) = 167+40+223=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #A728DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728DF is #58D720. Grayscale: #626262. Windows color (decimal): -5822241 or 14624935. OLE color: 14624935.

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

Color convert

RGB 167 40 223 -
CMYK 0.25 0.82 0 0.13
HSL 281.64º 0.74% 0.52% -
HSV(B) 281.64º 0.82% 0.87% -
XYZ 30.01 15.06 71.14 -
YUV 98.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 167 40 223 0.25 0.82 0 0.13 281.64 0.74 0.52
Hex A7 28 DF 19 52 0 D 11A 4A 34
Octal 247 50 337 31 122 0 15 432 112 64
Binary 10100111 101000 11011111 11001 1010010 0 1101 100011010 1001010 110100

Color Harmonies of #A728DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728DF

Black with #A728DF

Text Example


Text Example

White with #A728DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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