Html Css Color HEX #A91FC5 Dark Orchid

📋 copy color: '#A91FC5'

red 169 ◦ green 31 ◦ blue 197

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

Shades of Dark Orchid #A91FC5

Tints of Dark Orchid #A91FC5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 42.57%
G = 7.81%
B = 49.62%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A91FC5 (or 0xA91FC5) is known color: Dark Orchid. HEX triplet: A9, 1F and C5. RGB value is (169,31,197). Sum of RGB (Red+Green+Blue) = 169+31+197=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #A91FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FC5 is #56E03A. Grayscale: #5A5A5A. Windows color (decimal): -5693499 or 12918697. OLE color: 12918697.

HSL color Cylindrical-coordinate representation of color #A91FC5: hue angle of 289.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91FC5 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 31 197 -
CMYK 0.14 0.84 0 0.23
HSL 289.88º 0.73% 0.45% -
HSV(B) 289.88º 0.84% 0.77% -
XYZ 26.93 13.45 54 -
YUV 91.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 169 31 197 0.14 0.84 0 0.23 289.88 0.73 0.45
Hex A9 1F C5 E 54 0 17 122 49 2D
Octal 251 37 305 16 124 0 27 442 111 55
Binary 10101001 11111 11000101 1110 1010100 0 10111 100100010 1001001 101101

Color Harmonies of #A91FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FC5

Black with #A91FC5

Text Example


Text Example

White with #A91FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FC5; }

 p { color: rgb(169,31,197); }

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

background-color css

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

 a { background-color: rgb(169,31,197); }

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

border-color css

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

 span { border-color: rgb(169,31,197); }

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