Html Css Color HEX #A91ADC Dark Orchid

📋 copy color: '#A91ADC'

red 169 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #A91ADC

Tints of Dark Orchid #A91ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.27%

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 40.72%
G = 6.27%
B = 53.01%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A91ADC (or 0xA91ADC) is known color: Dark Orchid. HEX triplet: A9, 1A and DC. RGB value is (169,26,220). Sum of RGB (Red+Green+Blue) = 169+26+220=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A91ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ADC is #56E523. Grayscale: #5A5A5A. Windows color (decimal): -5694756 or 14424745. OLE color: 14424745.

HSL color Cylindrical-coordinate representation of color #A91ADC: hue angle of 284.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91ADC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 26 220 -
CMYK 0.23 0.88 0 0.14
HSL 284.23º 0.79% 0.48% -
HSV(B) 284.23º 0.88% 0.86% -
XYZ 29.65 14.34 68.92 -
YUV 90.87 200.88 183.73 -
System Red Green Blue C M Y K H S L
Decimal 169 26 220 0.23 0.88 0 0.14 284.23 0.79 0.48
Hex A9 1A DC 17 58 0 E 11C 4F 30
Octal 251 32 334 27 130 0 16 434 117 60
Binary 10101001 11010 11011100 10111 1011000 0 1110 100011100 1001111 110000

Color Harmonies of #A91ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ADC

Black with #A91ADC

Text Example


Text Example

White with #A91ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ADC; }

 p { color: rgb(169,26,220); }

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

background-color css

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

 a { background-color: rgb(169,26,220); }

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

border-color css

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

 span { border-color: rgb(169,26,220); }

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