Html Css Color HEX #A91ECE Dark Orchid

📋 copy color: '#A91ECE'

red 169 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #A91ECE

Tints of Dark Orchid #A91ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 41.73%
G = 7.41%
B = 50.86%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A91ECE (or 0xA91ECE) is known color: Dark Orchid. HEX triplet: A9, 1E and CE. RGB value is (169,30,206). Sum of RGB (Red+Green+Blue) = 169+30+206=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A91ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ECE is #56E131. Grayscale: #5B5B5B. Windows color (decimal): -5693746 or 13508265. OLE color: 13508265.

HSL color Cylindrical-coordinate representation of color #A91ECE: hue angle of 287.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91ECE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 30 206 -
CMYK 0.18 0.85 0 0.19
HSL 287.39º 0.75% 0.46% -
HSV(B) 287.39º 0.85% 0.81% -
XYZ 27.97 13.82 59.59 -
YUV 91.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 169 30 206 0.18 0.85 0 0.19 287.39 0.75 0.46
Hex A9 1E CE 12 55 0 13 11F 4B 2E
Octal 251 36 316 22 125 0 23 437 113 56
Binary 10101001 11110 11001110 10010 1010101 0 10011 100011111 1001011 101110

Color Harmonies of #A91ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ECE

Black with #A91ECE

Text Example


Text Example

White with #A91ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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