Html Css Color HEX #A61ACB Dark Orchid

📋 copy color: '#A61ACB'

red 166 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #A61ACB

Tints of Dark Orchid #A61ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 42.03%
G = 6.58%
B = 51.39%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A61ACB (or 0xA61ACB) is known color: Dark Orchid. HEX triplet: A6, 1A and CB. RGB value is (166,26,203). Sum of RGB (Red+Green+Blue) = 166+26+203=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #A61ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ACB is #59E534. Grayscale: #575757. Windows color (decimal): -5891381 or 13310630. OLE color: 13310630.

HSL color Cylindrical-coordinate representation of color #A61ACB: hue angle of 287.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61ACB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 26 203 -
CMYK 0.18 0.87 0 0.20
HSL 287.46º 0.77% 0.45% -
HSV(B) 287.46º 0.87% 0.8% -
XYZ 26.87 13.16 57.62 -
YUV 88.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 166 26 203 0.18 0.87 0 0.20 287.46 0.77 0.45
Hex A6 1A CB 12 57 0 14 11F 4D 2D
Octal 246 32 313 22 127 0 24 437 115 55
Binary 10100110 11010 11001011 10010 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A61ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61ACB

Black with #A61ACB

Text Example


Text Example

White with #A61ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61ACB; }

 p { color: rgb(166,26,203); }

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

background-color css

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

 a { background-color: rgb(166,26,203); }

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

border-color css

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

 span { border-color: rgb(166,26,203); }

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