Html Css Color HEX #A728E0 Dark Orchid

📋 copy color: '#A728E0'

red 167 ◦ green 40 ◦ blue 224

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

Shades of Dark Orchid #A728E0

Tints of Dark Orchid #A728E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 38.75%
G = 9.28%
B = 51.97%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A728E0 (or 0xA728E0) is known color: Dark Orchid. HEX triplet: A7, 28 and E0. RGB value is (167,40,224). Sum of RGB (Red+Green+Blue) = 167+40+224=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #A728E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728E0 is #58D71F. Grayscale: #626262. Windows color (decimal): -5822240 or 14690471. OLE color: 14690471.

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

Color convert

RGB 167 40 224 -
CMYK 0.25 0.82 0 0.12
HSL 281.41º 0.75% 0.52% -
HSV(B) 281.41º 0.82% 0.88% -
XYZ 30.15 15.11 71.85 -
YUV 98.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 167 40 224 0.25 0.82 0 0.12 281.41 0.75 0.52
Hex A7 28 E0 19 52 0 C 119 4B 34
Octal 247 50 340 31 122 0 14 431 113 64
Binary 10100111 101000 11100000 11001 1010010 0 1100 100011001 1001011 110100

Color Harmonies of #A728E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728E0

Black with #A728E0

Text Example


Text Example

White with #A728E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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