Html Css Color HEX #A91EDF Dark Orchid

📋 copy color: '#A91EDF'

red 169 ◦ green 30 ◦ blue 223

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

Shades of Dark Orchid #A91EDF

Tints of Dark Orchid #A91EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

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

R = 40.05%
G = 7.11%
B = 52.84%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A91EDF (or 0xA91EDF) is known color: Dark Orchid. HEX triplet: A9, 1E and DF. RGB value is (169,30,223). Sum of RGB (Red+Green+Blue) = 169+30+223=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A91EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EDF is #56E120. Grayscale: #5C5C5C. Windows color (decimal): -5693729 or 14622377. OLE color: 14622377.

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

Color convert

RGB 169 30 223 -
CMYK 0.24 0.87 0 0.13
HSL 283.21º 0.76% 0.5% -
HSV(B) 283.21º 0.87% 0.87% -
XYZ 30.15 14.69 71.06 -
YUV 93.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 169 30 223 0.24 0.87 0 0.13 283.21 0.76 0.5
Hex A9 1E DF 18 57 0 D 11B 4C 32
Octal 251 36 337 30 127 0 15 433 114 62
Binary 10101001 11110 11011111 11000 1010111 0 1101 100011011 1001100 110010

Color Harmonies of #A91EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EDF

Black with #A91EDF

Text Example


Text Example

White with #A91EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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