Html Css Color HEX #A91FDF Dark Orchid

📋 copy color: '#A91FDF'

red 169 ◦ green 31 ◦ blue 223

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

Shades of Dark Orchid #A91FDF

Tints of Dark Orchid #A91FDF

RGB

 RED value IS 169 (66.41% from 255) = 39.95%

 GREEN value IS 31 (12.5% from 255) = 7.33%

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

R = 39.95%
G = 7.33%
B = 52.72%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A91FDF (or 0xA91FDF) is known color: Dark Orchid. HEX triplet: A9, 1F and DF. RGB value is (169,31,223). Sum of RGB (Red+Green+Blue) = 169+31+223=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A91FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FDF is #56E020. Grayscale: #5D5D5D. Windows color (decimal): -5693473 or 14622633. OLE color: 14622633.

HSL color Cylindrical-coordinate representation of color #A91FDF: hue angle of 283.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91FDF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 31 223 -
CMYK 0.24 0.86 0 0.13
HSL 283.13º 0.76% 0.5% -
HSV(B) 283.13º 0.86% 0.87% -
XYZ 30.17 14.74 71.07 -
YUV 94.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 169 31 223 0.24 0.86 0 0.13 283.13 0.76 0.5
Hex A9 1F DF 18 56 0 D 11B 4C 32
Octal 251 37 337 30 126 0 15 433 114 62
Binary 10101001 11111 11011111 11000 1010110 0 1101 100011011 1001100 110010

Color Harmonies of #A91FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FDF

Black with #A91FDF

Text Example


Text Example

White with #A91FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FDF; }

 p { color: rgb(169,31,223); }

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

background-color css

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

 a { background-color: rgb(169,31,223); }

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

border-color css

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

 span { border-color: rgb(169,31,223); }

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