Html Css Color HEX #A91ECB Dark Orchid

📋 copy color: '#A91ECB'

red 169 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #A91ECB

Tints of Dark Orchid #A91ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 42.04%
G = 7.46%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A91ECB (or 0xA91ECB) is known color: Dark Orchid. HEX triplet: A9, 1E and CB. RGB value is (169,30,203). Sum of RGB (Red+Green+Blue) = 169+30+203=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A91ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ECB is #56E134. Grayscale: #5A5A5A. Windows color (decimal): -5693749 or 13311657. OLE color: 13311657.

HSL color Cylindrical-coordinate representation of color #A91ECB: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91ECB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 30 203 -
CMYK 0.17 0.85 0 0.20
HSL 288.21º 0.74% 0.46% -
HSV(B) 288.21º 0.85% 0.8% -
XYZ 27.61 13.68 57.68 -
YUV 91.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 169 30 203 0.17 0.85 0 0.20 288.21 0.74 0.46
Hex A9 1E CB 11 55 0 14 120 4A 2E
Octal 251 36 313 21 125 0 24 440 112 56
Binary 10101001 11110 11001011 10001 1010101 0 10100 100100000 1001010 101110

Color Harmonies of #A91ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ECB

Black with #A91ECB

Text Example


Text Example

White with #A91ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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