Html Css Color HEX #A91EDB Dark Orchid

📋 copy color: '#A91EDB'

red 169 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #A91EDB

Tints of Dark Orchid #A91EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 40.43%
G = 7.18%
B = 52.39%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A91EDB (or 0xA91EDB) is known color: Dark Orchid. HEX triplet: A9, 1E and DB. RGB value is (169,30,219). Sum of RGB (Red+Green+Blue) = 169+30+219=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A91EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EDB is #56E124. Grayscale: #5C5C5C. Windows color (decimal): -5693733 or 14360233. OLE color: 14360233.

HSL color Cylindrical-coordinate representation of color #A91EDB: hue angle of 284.13º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91EDB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 30 219 -
CMYK 0.23 0.86 0 0.14
HSL 284.13º 0.76% 0.49% -
HSV(B) 284.13º 0.86% 0.86% -
XYZ 29.61 14.48 68.25 -
YUV 93.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 169 30 219 0.23 0.86 0 0.14 284.13 0.76 0.49
Hex A9 1E DB 17 56 0 E 11C 4C 31
Octal 251 36 333 27 126 0 16 434 114 61
Binary 10101001 11110 11011011 10111 1010110 0 1110 100011100 1001100 110001

Color Harmonies of #A91EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EDB

Black with #A91EDB

Text Example


Text Example

White with #A91EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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