Html Css Color HEX #A728E4 Dark Orchid

📋 copy color: '#A728E4'

red 167 ◦ green 40 ◦ blue 228

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

Shades of Dark Orchid #A728E4

Tints of Dark Orchid #A728E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.41%

R = 38.39%
G = 9.2%
B = 52.41%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A728E4 (or 0xA728E4) is known color: Dark Orchid. HEX triplet: A7, 28 and E4. RGB value is (167,40,228). Sum of RGB (Red+Green+Blue) = 167+40+228=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #A728E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728E4 is #58D71B. Grayscale: #626262. Windows color (decimal): -5822236 or 14952615. OLE color: 14952615.

HSL color Cylindrical-coordinate representation of color #A728E4: hue angle of 280.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A728E4 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 40 228 -
CMYK 0.27 0.82 0 0.11
HSL 280.53º 0.78% 0.53% -
HSV(B) 280.53º 0.82% 0.89% -
XYZ 30.7 15.33 74.74 -
YUV 99.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 167 40 228 0.27 0.82 0 0.11 280.53 0.78 0.53
Hex A7 28 E4 1B 52 0 B 119 4E 35
Octal 247 50 344 33 122 0 13 431 116 65
Binary 10100111 101000 11100100 11011 1010010 0 1011 100011001 1001110 110101

Color Harmonies of #A728E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728E4

Black with #A728E4

Text Example


Text Example

White with #A728E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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