Html Css Color HEX #A91DB4 Dark Orchid

📋 copy color: '#A91DB4'

red 169 ◦ green 29 ◦ blue 180

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

Shades of Dark Orchid #A91DB4

Tints of Dark Orchid #A91DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 44.71%
G = 7.67%
B = 47.62%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91DB4 (or 0xA91DB4) is known color: Dark Orchid. HEX triplet: A9, 1D and B4. RGB value is (169,29,180). Sum of RGB (Red+Green+Blue) = 169+29+180=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #A91DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DB4 is #56E24B. Grayscale: #575757. Windows color (decimal): -5694028 or 11804073. OLE color: 11804073.

HSL color Cylindrical-coordinate representation of color #A91DB4: hue angle of 295.63º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB4 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 29 180 -
CMYK 0.06 0.84 0 0.29
HSL 295.63º 0.72% 0.41% -
HSV(B) 295.63º 0.84% 0.71% -
XYZ 25.04 12.61 44.29 -
YUV 88.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 169 29 180 0.06 0.84 0 0.29 295.63 0.72 0.41
Hex A9 1D B4 6 54 0 1D 128 48 29
Octal 251 35 264 6 124 0 35 450 110 51
Binary 10101001 11101 10110100 110 1010100 0 11101 100101000 1001000 101001

Color Harmonies of #A91DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DB4

Black with #A91DB4

Text Example


Text Example

White with #A91DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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