Html Css Color HEX #A431DF Dark Orchid

📋 copy color: '#A431DF'

red 164 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A431DF

Tints of Dark Orchid #A431DF

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

 GREEN value IS 49 (19.53% from 255) = 11.24%

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

R = 37.61%
G = 11.24%
B = 51.15%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A431DF (or 0xA431DF) is known color: Dark Orchid. HEX triplet: A4, 31 and DF. RGB value is (164,49,223). Sum of RGB (Red+Green+Blue) = 164+49+223=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #A431DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431DF is #5BCE20. Grayscale: #666666. Windows color (decimal): -6016545 or 14627236. OLE color: 14627236.

HSL color Cylindrical-coordinate representation of color #A431DF: hue angle of 279.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A431DF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 49 223 -
CMYK 0.26 0.78 0 0.13
HSL 279.66º 0.73% 0.53% -
HSV(B) 279.66º 0.78% 0.87% -
XYZ 29.73 15.42 71.22 -
YUV 103.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 164 49 223 0.26 0.78 0 0.13 279.66 0.73 0.53
Hex A4 31 DF 1A 4E 0 D 118 49 35
Octal 244 61 337 32 116 0 15 430 111 65
Binary 10100100 110001 11011111 11010 1001110 0 1101 100011000 1001001 110101

Color Harmonies of #A431DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431DF

Black with #A431DF

Text Example


Text Example

White with #A431DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431DF; }

 p { color: rgb(164,49,223); }

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

background-color css

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

 a { background-color: rgb(164,49,223); }

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

border-color css

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

 span { border-color: rgb(164,49,223); }

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