Html Css Color HEX #A61CCF Dark Orchid

📋 copy color: '#A61CCF'

red 166 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #A61CCF

Tints of Dark Orchid #A61CCF

RGB

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

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

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

R = 41.4%
G = 6.98%
B = 51.62%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A61CCF (or 0xA61CCF) is known color: Dark Orchid. HEX triplet: A6, 1C and CF. RGB value is (166,28,207). Sum of RGB (Red+Green+Blue) = 166+28+207=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A61CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CCF is #59E330. Grayscale: #595959. Windows color (decimal): -5890865 or 13573286. OLE color: 13573286.

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

Color convert

RGB 166 28 207 -
CMYK 0.20 0.86 0 0.19
HSL 286.26º 0.76% 0.46% -
HSV(B) 286.26º 0.86% 0.81% -
XYZ 27.4 13.44 60.18 -
YUV 89.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 166 28 207 0.20 0.86 0 0.19 286.26 0.76 0.46
Hex A6 1C CF 14 56 0 13 11E 4C 2E
Octal 246 34 317 24 126 0 23 436 114 56
Binary 10100110 11100 11001111 10100 1010110 0 10011 100011110 1001100 101110

Color Harmonies of #A61CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CCF

Black with #A61CCF

Text Example


Text Example

White with #A61CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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