Html Css Color HEX #A91EE3 Dark Orchid

📋 copy color: '#A91EE3'

red 169 ◦ green 30 ◦ blue 227

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

Shades of Dark Orchid #A91EE3

Tints of Dark Orchid #A91EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.29%

R = 39.67%
G = 7.04%
B = 53.29%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A91EE3 (or 0xA91EE3) is known color: Dark Orchid. HEX triplet: A9, 1E and E3. RGB value is (169,30,227). Sum of RGB (Red+Green+Blue) = 169+30+227=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #A91EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EE3 is #56E11C. Grayscale: #5D5D5D. Windows color (decimal): -5693725 or 14884521. OLE color: 14884521.

HSL color Cylindrical-coordinate representation of color #A91EE3: hue angle of 282.34º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91EE3 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 30 227 -
CMYK 0.26 0.87 0 0.11
HSL 282.34º 0.78% 0.5% -
HSV(B) 282.34º 0.87% 0.89% -
XYZ 30.69 14.91 73.93 -
YUV 94.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 169 30 227 0.26 0.87 0 0.11 282.34 0.78 0.5
Hex A9 1E E3 1A 57 0 B 11A 4E 32
Octal 251 36 343 32 127 0 13 432 116 62
Binary 10101001 11110 11100011 11010 1010111 0 1011 100011010 1001110 110010

Color Harmonies of #A91EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EE3

Black with #A91EE3

Text Example


Text Example

White with #A91EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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