Html Css Color HEX #A131CF Dark Orchid

📋 copy color: '#A131CF'

red 161 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #A131CF

Tints of Dark Orchid #A131CF

RGB

 RED value IS 161 (63.28% from 255) = 38.61%

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

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

R = 38.61%
G = 11.75%
B = 49.64%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A131CF (or 0xA131CF) is known color: Dark Orchid. HEX triplet: A1, 31 and CF. RGB value is (161,49,207). Sum of RGB (Red+Green+Blue) = 161+49+207=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A131CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131CF is #5ECE30. Grayscale: #636363. Windows color (decimal): -6213169 or 13578657. OLE color: 13578657.

HSL color Cylindrical-coordinate representation of color #A131CF: hue angle of 282.53º 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 #A131CF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 49 207 -
CMYK 0.22 0.76 0 0.19
HSL 282.53º 0.62% 0.5% -
HSV(B) 282.53º 0.76% 0.81% -
XYZ 27.06 14.28 60.36 -
YUV 100.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 161 49 207 0.22 0.76 0 0.19 282.53 0.62 0.5
Hex A1 31 CF 16 4C 0 13 11B 3E 32
Octal 241 61 317 26 114 0 23 433 76 62
Binary 10100001 110001 11001111 10110 1001100 0 10011 100011011 111110 110010

Color Harmonies of #A131CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A131CF

Black with #A131CF

Text Example


Text Example

White with #A131CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A131CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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