Html Css Color HEX #A91DBE Dark Orchid

📋 copy color: '#A91DBE'

red 169 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A91DBE

Tints of Dark Orchid #A91DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 43.56%
G = 7.47%
B = 48.97%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91DBE (or 0xA91DBE) is known color: Dark Orchid. HEX triplet: A9, 1D and BE. RGB value is (169,29,190). Sum of RGB (Red+Green+Blue) = 169+29+190=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A91DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DBE is #56E241. Grayscale: #585858. Windows color (decimal): -5694018 or 12459433. OLE color: 12459433.

HSL color Cylindrical-coordinate representation of color #A91DBE: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91DBE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 29 190 -
CMYK 0.11 0.85 0 0.25
HSL 292.17º 0.74% 0.43% -
HSV(B) 292.17º 0.85% 0.75% -
XYZ 26.1 13.03 49.86 -
YUV 89.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 169 29 190 0.11 0.85 0 0.25 292.17 0.74 0.43
Hex A9 1D BE B 55 0 19 124 4A 2B
Octal 251 35 276 13 125 0 31 444 112 53
Binary 10101001 11101 10111110 1011 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #A91DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DBE

Black with #A91DBE

Text Example


Text Example

White with #A91DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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