Html Css Color HEX #A531DF Dark Orchid

📋 copy color: '#A531DF'

red 165 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A531DF

Tints of Dark Orchid #A531DF

RGB

 RED value IS 165 (64.84% from 255) = 37.76%

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

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

R = 37.76%
G = 11.21%
B = 51.03%

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

#A531DF (or 0xA531DF) is known color: Dark Orchid. HEX triplet: A5, 31 and DF. RGB value is (165,49,223). Sum of RGB (Red+Green+Blue) = 165+49+223=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A531DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531DF is #5ACE20. Grayscale: #666666. Windows color (decimal): -5951009 or 14627237. OLE color: 14627237.

HSL color Cylindrical-coordinate representation of color #A531DF: hue angle of 280º 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 #A531DF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 49 223 -
CMYK 0.26 0.78 0 0.13
HSL 280º 0.73% 0.53% -
HSV(B) 280º 0.78% 0.87% -
XYZ 29.93 15.52 71.23 -
YUV 103.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 165 49 223 0.26 0.78 0 0.13 280 0.73 0.53
Hex A5 31 DF 1A 4E 0 D 118 49 35
Octal 245 61 337 32 116 0 15 430 111 65
Binary 10100101 110001 11011111 11010 1001110 0 1101 100011000 1001001 110101

Color Harmonies of #A531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531DF

Black with #A531DF

Text Example


Text Example

White with #A531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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