Html Css Color HEX #A91CCA Dark Orchid

📋 copy color: '#A91CCA'

red 169 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #A91CCA

Tints of Dark Orchid #A91CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 42.36%
G = 7.02%
B = 50.63%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A91CCA (or 0xA91CCA) is known color: Dark Orchid. HEX triplet: A9, 1C and CA. RGB value is (169,28,202). Sum of RGB (Red+Green+Blue) = 169+28+202=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #A91CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CCA is #56E335. Grayscale: #595959. Windows color (decimal): -5694262 or 13245609. OLE color: 13245609.

HSL color Cylindrical-coordinate representation of color #A91CCA: hue angle of 288.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91CCA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 28 202 -
CMYK 0.16 0.86 0 0.21
HSL 288.62º 0.76% 0.45% -
HSV(B) 288.62º 0.86% 0.79% -
XYZ 27.44 13.53 57.04 -
YUV 90 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 169 28 202 0.16 0.86 0 0.21 288.62 0.76 0.45
Hex A9 1C CA 10 56 0 15 121 4C 2D
Octal 251 34 312 20 126 0 25 441 114 55
Binary 10101001 11100 11001010 10000 1010110 0 10101 100100001 1001100 101101

Color Harmonies of #A91CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CCA

Black with #A91CCA

Text Example


Text Example

White with #A91CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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