Html Css Color HEX #A729E4 Dark Orchid

📋 copy color: '#A729E4'

red 167 ◦ green 41 ◦ blue 228

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

Shades of Dark Orchid #A729E4

Tints of Dark Orchid #A729E4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.4%

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

R = 38.3%
G = 9.4%
B = 52.29%

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

#A729E4 (or 0xA729E4) is known color: Dark Orchid. HEX triplet: A7, 29 and E4. RGB value is (167,41,228). Sum of RGB (Red+Green+Blue) = 167+41+228=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #A729E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729E4 is #58D61B. Grayscale: #636363. Windows color (decimal): -5821980 or 14952871. OLE color: 14952871.

HSL color Cylindrical-coordinate representation of color #A729E4: hue angle of 280.43º 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 #A729E4 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 41 228 -
CMYK 0.27 0.82 0 0.11
HSL 280.43º 0.78% 0.53% -
HSV(B) 280.43º 0.82% 0.89% -
XYZ 30.73 15.4 74.75 -
YUV 99.99 200.24 175.79 -
System Red Green Blue C M Y K H S L
Decimal 167 41 228 0.27 0.82 0 0.11 280.43 0.78 0.53
Hex A7 29 E4 1B 52 0 B 118 4E 35
Octal 247 51 344 33 122 0 13 430 116 65
Binary 10100111 101001 11100100 11011 1010010 0 1011 100011000 1001110 110101

Color Harmonies of #A729E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729E4

Black with #A729E4

Text Example


Text Example

White with #A729E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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