Html Css Color HEX #A61FB7 Dark Orchid

📋 copy color: '#A61FB7'

red 166 ◦ green 31 ◦ blue 183

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

Shades of Dark Orchid #A61FB7

Tints of Dark Orchid #A61FB7

RGB

 RED value IS 166 (65.23% from 255) = 43.68%

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

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 43.68%
G = 8.16%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A61FB7 (or 0xA61FB7) is known color: Dark Orchid. HEX triplet: A6, 1F and B7. RGB value is (166,31,183). Sum of RGB (Red+Green+Blue) = 166+31+183=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #A61FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FB7 is #59E048. Grayscale: #585858. Windows color (decimal): -5890121 or 12001190. OLE color: 12001190.

HSL color Cylindrical-coordinate representation of color #A61FB7: hue angle of 293.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61FB7 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 31 183 -
CMYK 0.09 0.83 0 0.28
HSL 293.29º 0.71% 0.42% -
HSV(B) 293.29º 0.83% 0.72% -
XYZ 24.76 12.51 45.91 -
YUV 88.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 166 31 183 0.09 0.83 0 0.28 293.29 0.71 0.42
Hex A6 1F B7 9 53 0 1C 125 47 2A
Octal 246 37 267 11 123 0 34 445 107 52
Binary 10100110 11111 10110111 1001 1010011 0 11100 100100101 1000111 101010

Color Harmonies of #A61FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FB7

Black with #A61FB7

Text Example


Text Example

White with #A61FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FB7; }

 p { color: rgb(166,31,183); }

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

background-color css

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

 a { background-color: rgb(166,31,183); }

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

border-color css

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

 span { border-color: rgb(166,31,183); }

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