Html Css Color HEX #A331DF Dark Orchid

📋 copy color: '#A331DF'

red 163 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A331DF

Tints of Dark Orchid #A331DF

RGB

 RED value IS 163 (64.06% from 255) = 37.47%

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

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

R = 37.47%
G = 11.26%
B = 51.26%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A331DF (or 0xA331DF) is known color: Dark Orchid. HEX triplet: A3, 31 and DF. RGB value is (163,49,223). Sum of RGB (Red+Green+Blue) = 163+49+223=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A331DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331DF is #5CCE20. Grayscale: #666666. Windows color (decimal): -6082081 or 14627235. OLE color: 14627235.

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

Color convert

RGB 163 49 223 -
CMYK 0.27 0.78 0 0.13
HSL 279.31º 0.73% 0.53% -
HSV(B) 279.31º 0.78% 0.87% -
XYZ 29.52 15.31 71.21 -
YUV 102.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 163 49 223 0.27 0.78 0 0.13 279.31 0.73 0.53
Hex A3 31 DF 1B 4E 0 D 117 49 35
Octal 243 61 337 33 116 0 15 427 111 65
Binary 10100011 110001 11011111 11011 1001110 0 1101 100010111 1001001 110101

Color Harmonies of #A331DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331DF

Black with #A331DF

Text Example


Text Example

White with #A331DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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