Html Css Color HEX #A91ACF Dark Orchid

📋 copy color: '#A91ACF'

red 169 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #A91ACF

Tints of Dark Orchid #A91ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 42.04%
G = 6.47%
B = 51.49%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A91ACF (or 0xA91ACF) is known color: Dark Orchid. HEX triplet: A9, 1A and CF. RGB value is (169,26,207). Sum of RGB (Red+Green+Blue) = 169+26+207=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A91ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ACF is #56E530. Grayscale: #585858. Windows color (decimal): -5694769 or 13572777. OLE color: 13572777.

HSL color Cylindrical-coordinate representation of color #A91ACF: hue angle of 287.4º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91ACF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 26 207 -
CMYK 0.18 0.87 0 0.19
HSL 287.4º 0.78% 0.46% -
HSV(B) 287.4º 0.87% 0.81% -
XYZ 27.99 13.68 60.2 -
YUV 89.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 169 26 207 0.18 0.87 0 0.19 287.4 0.78 0.46
Hex A9 1A CF 12 57 0 13 11F 4E 2E
Octal 251 32 317 22 127 0 23 437 116 56
Binary 10101001 11010 11001111 10010 1010111 0 10011 100011111 1001110 101110

Color Harmonies of #A91ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ACF

Black with #A91ACF

Text Example


Text Example

White with #A91ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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