Html Css Color HEX #A91ACC Dark Orchid

📋 copy color: '#A91ACC'

red 169 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #A91ACC

Tints of Dark Orchid #A91ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 42.36%
G = 6.52%
B = 51.13%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A91ACC (or 0xA91ACC) is known color: Dark Orchid. HEX triplet: A9, 1A and CC. RGB value is (169,26,204). Sum of RGB (Red+Green+Blue) = 169+26+204=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #A91ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ACC is #56E533. Grayscale: #585858. Windows color (decimal): -5694772 or 13376169. OLE color: 13376169.

HSL color Cylindrical-coordinate representation of color #A91ACC: hue angle of 288.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91ACC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 26 204 -
CMYK 0.17 0.87 0 0.2
HSL 288.2º 0.77% 0.45% -
HSV(B) 288.2º 0.87% 0.8% -
XYZ 27.63 13.53 58.28 -
YUV 89.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 169 26 204 0.17 0.87 0 0.2 288.2 0.77 0.45
Hex A9 1A CC 11 57 0 14 120 4D 2D
Octal 251 32 314 21 127 0 24 440 115 55
Binary 10101001 11010 11001100 10001 1010111 0 10100 100100000 1001101 101101

Color Harmonies of #A91ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ACC

Black with #A91ACC

Text Example


Text Example

White with #A91ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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