Html Css Color HEX #A931CF Dark Orchid

📋 copy color: '#A931CF'

red 169 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #A931CF

Tints of Dark Orchid #A931CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.53%

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

R = 39.76%
G = 11.53%
B = 48.71%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A931CF (or 0xA931CF) is known color: Dark Orchid. HEX triplet: A9, 31 and CF. RGB value is (169,49,207). Sum of RGB (Red+Green+Blue) = 169+49+207=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A931CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931CF is #56CE30. Grayscale: #666666. Windows color (decimal): -5688881 or 13578665. OLE color: 13578665.

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

Color convert

RGB 169 49 207 -
CMYK 0.18 0.76 0 0.19
HSL 285.57º 0.62% 0.5% -
HSV(B) 285.57º 0.76% 0.81% -
XYZ 28.72 15.14 60.44 -
YUV 102.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 169 49 207 0.18 0.76 0 0.19 285.57 0.62 0.5
Hex A9 31 CF 12 4C 0 13 11E 3E 32
Octal 251 61 317 22 114 0 23 436 76 62
Binary 10101001 110001 11001111 10010 1001100 0 10011 100011110 111110 110010

Color Harmonies of #A931CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A931CF

Black with #A931CF

Text Example


Text Example

White with #A931CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A931CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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