Html Css Color HEX #A728E1 Dark Orchid

📋 copy color: '#A728E1'

red 167 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #A728E1

Tints of Dark Orchid #A728E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 38.66%
G = 9.26%
B = 52.08%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A728E1 (or 0xA728E1) is known color: Dark Orchid. HEX triplet: A7, 28 and E1. RGB value is (167,40,225). Sum of RGB (Red+Green+Blue) = 167+40+225=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #A728E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728E1 is #58D71E. Grayscale: #626262. Windows color (decimal): -5822239 or 14756007. OLE color: 14756007.

HSL color Cylindrical-coordinate representation of color #A728E1: hue angle of 281.19º degrees, saturation: 0.76, 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 #A728E1 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 40 225 -
CMYK 0.26 0.82 0 0.12
HSL 281.19º 0.76% 0.52% -
HSV(B) 281.19º 0.82% 0.88% -
XYZ 30.29 15.17 72.57 -
YUV 99.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 167 40 225 0.26 0.82 0 0.12 281.19 0.76 0.52
Hex A7 28 E1 1A 52 0 C 119 4C 34
Octal 247 50 341 32 122 0 14 431 114 64
Binary 10100111 101000 11100001 11010 1010010 0 1100 100011001 1001100 110100

Color Harmonies of #A728E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728E1

Black with #A728E1

Text Example


Text Example

White with #A728E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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