Html Css Color HEX #A91DC0 Dark Orchid

📋 copy color: '#A91DC0'

red 169 ◦ green 29 ◦ blue 192

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

Shades of Dark Orchid #A91DC0

Tints of Dark Orchid #A91DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 43.33%
G = 7.44%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91DC0 (or 0xA91DC0) is known color: Dark Orchid. HEX triplet: A9, 1D and C0. RGB value is (169,29,192). Sum of RGB (Red+Green+Blue) = 169+29+192=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #A91DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DC0 is #56E23F. Grayscale: #585858. Windows color (decimal): -5694016 or 12590505. OLE color: 12590505.

HSL color Cylindrical-coordinate representation of color #A91DC0: hue angle of 291.53º 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 #A91DC0 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 29 192 -
CMYK 0.12 0.85 0 0.25
HSL 291.53º 0.74% 0.43% -
HSV(B) 291.53º 0.85% 0.75% -
XYZ 26.32 13.12 51.01 -
YUV 89.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 169 29 192 0.12 0.85 0 0.25 291.53 0.74 0.43
Hex A9 1D C0 C 55 0 19 124 4A 2B
Octal 251 35 300 14 125 0 31 444 112 53
Binary 10101001 11101 11000000 1100 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #A91DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DC0

Black with #A91DC0

Text Example


Text Example

White with #A91DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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