Html Css Color HEX #A91CCF Dark Orchid

📋 copy color: '#A91CCF'

red 169 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #A91CCF

Tints of Dark Orchid #A91CCF

RGB

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

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

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

R = 41.83%
G = 6.93%
B = 51.24%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A91CCF (or 0xA91CCF) is known color: Dark Orchid. HEX triplet: A9, 1C and CF. RGB value is (169,28,207). Sum of RGB (Red+Green+Blue) = 169+28+207=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A91CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CCF is #56E330. Grayscale: #595959. Windows color (decimal): -5694257 or 13573289. OLE color: 13573289.

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

Color convert

RGB 169 28 207 -
CMYK 0.18 0.86 0 0.19
HSL 287.26º 0.76% 0.46% -
HSV(B) 287.26º 0.86% 0.81% -
XYZ 28.04 13.77 60.21 -
YUV 90.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 169 28 207 0.18 0.86 0 0.19 287.26 0.76 0.46
Hex A9 1C CF 12 56 0 13 11F 4C 2E
Octal 251 34 317 22 126 0 23 437 114 56
Binary 10101001 11100 11001111 10010 1010110 0 10011 100011111 1001100 101110

Color Harmonies of #A91CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CCF

Black with #A91CCF

Text Example


Text Example

White with #A91CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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