Html Css Color HEX #A61FC0 Dark Orchid

📋 copy color: '#A61FC0'

red 166 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #A61FC0

Tints of Dark Orchid #A61FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 42.67%
G = 7.97%
B = 49.36%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A61FC0 (or 0xA61FC0) is known color: Dark Orchid. HEX triplet: A6, 1F and C0. RGB value is (166,31,192). Sum of RGB (Red+Green+Blue) = 166+31+192=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #A61FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FC0 is #59E03F. Grayscale: #595959. Windows color (decimal): -5890112 or 12591014. OLE color: 12591014.

HSL color Cylindrical-coordinate representation of color #A61FC0: hue angle of 290.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61FC0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 31 192 -
CMYK 0.14 0.84 0 0.25
HSL 290.31º 0.72% 0.44% -
HSV(B) 290.31º 0.84% 0.75% -
XYZ 25.73 12.89 51 -
YUV 89.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 166 31 192 0.14 0.84 0 0.25 290.31 0.72 0.44
Hex A6 1F C0 E 54 0 19 122 48 2C
Octal 246 37 300 16 124 0 31 442 110 54
Binary 10100110 11111 11000000 1110 1010100 0 11001 100100010 1001000 101100

Color Harmonies of #A61FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FC0

Black with #A61FC0

Text Example


Text Example

White with #A61FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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