Html Css Color HEX #A91DCB Dark Orchid

📋 copy color: '#A91DCB'

red 169 ◦ green 29 ◦ blue 203

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

Shades of Dark Orchid #A91DCB

Tints of Dark Orchid #A91DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 42.14%
G = 7.23%
B = 50.62%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A91DCB (or 0xA91DCB) is known color: Dark Orchid. HEX triplet: A9, 1D and CB. RGB value is (169,29,203). Sum of RGB (Red+Green+Blue) = 169+29+203=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A91DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DCB is #56E234. Grayscale: #5A5A5A. Windows color (decimal): -5694005 or 13311401. OLE color: 13311401.

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

Color convert

RGB 169 29 203 -
CMYK 0.17 0.86 0 0.20
HSL 288.28º 0.75% 0.45% -
HSV(B) 288.28º 0.86% 0.8% -
XYZ 27.58 13.63 57.68 -
YUV 90.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 169 29 203 0.17 0.86 0 0.20 288.28 0.75 0.45
Hex A9 1D CB 11 56 0 14 120 4B 2D
Octal 251 35 313 21 126 0 24 440 113 55
Binary 10101001 11101 11001011 10001 1010110 0 10100 100100000 1001011 101101

Color Harmonies of #A91DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DCB

Black with #A91DCB

Text Example


Text Example

White with #A91DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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