Html Css Color HEX #A91CDD Dark Orchid

📋 copy color: '#A91CDD'

red 169 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #A91CDD

Tints of Dark Orchid #A91CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 40.43%
G = 6.7%
B = 52.87%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A91CDD (or 0xA91CDD) is known color: Dark Orchid. HEX triplet: A9, 1C and DD. RGB value is (169,28,221). Sum of RGB (Red+Green+Blue) = 169+28+221=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #A91CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CDD is #56E322. Grayscale: #5B5B5B. Windows color (decimal): -5694243 or 14490793. OLE color: 14490793.

HSL color Cylindrical-coordinate representation of color #A91CDD: hue angle of 283.83º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91CDD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 28 221 -
CMYK 0.24 0.87 0 0.13
HSL 283.83º 0.78% 0.49% -
HSV(B) 283.83º 0.87% 0.87% -
XYZ 29.83 14.49 69.63 -
YUV 92.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 169 28 221 0.24 0.87 0 0.13 283.83 0.78 0.49
Hex A9 1C DD 18 57 0 D 11C 4E 31
Octal 251 34 335 30 127 0 15 434 116 61
Binary 10101001 11100 11011101 11000 1010111 0 1101 100011100 1001110 110001

Color Harmonies of #A91CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CDD

Black with #A91CDD

Text Example


Text Example

White with #A91CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CDD; }

 p { color: rgb(169,28,221); }

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

background-color css

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

 a { background-color: rgb(169,28,221); }

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

border-color css

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

 span { border-color: rgb(169,28,221); }

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