Html Css Color HEX #A61CCE Dark Orchid

📋 copy color: '#A61CCE'

red 166 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #A61CCE

Tints of Dark Orchid #A61CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 41.5%
G = 7%
B = 51.5%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A61CCE (or 0xA61CCE) is known color: Dark Orchid. HEX triplet: A6, 1C and CE. RGB value is (166,28,206). Sum of RGB (Red+Green+Blue) = 166+28+206=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #A61CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CCE is #59E331. Grayscale: #585858. Windows color (decimal): -5890866 or 13507750. OLE color: 13507750.

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

Color convert

RGB 166 28 206 -
CMYK 0.19 0.86 0 0.19
HSL 286.52º 0.76% 0.46% -
HSV(B) 286.52º 0.86% 0.81% -
XYZ 27.28 13.39 59.54 -
YUV 89.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 166 28 206 0.19 0.86 0 0.19 286.52 0.76 0.46
Hex A6 1C CE 13 56 0 13 11F 4C 2E
Octal 246 34 316 23 126 0 23 437 114 56
Binary 10100110 11100 11001110 10011 1010110 0 10011 100011111 1001100 101110

Color Harmonies of #A61CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CCE

Black with #A61CCE

Text Example


Text Example

White with #A61CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CCE; }

 p { color: rgb(166,28,206); }

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

background-color css

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

 a { background-color: rgb(166,28,206); }

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

border-color css

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

 span { border-color: rgb(166,28,206); }

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