Html Css Color HEX #A61CC4 Dark Orchid

📋 copy color: '#A61CC4'

red 166 ◦ green 28 ◦ blue 196

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

Shades of Dark Orchid #A61CC4

Tints of Dark Orchid #A61CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 42.56%
G = 7.18%
B = 50.26%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A61CC4 (or 0xA61CC4) is known color: Dark Orchid. HEX triplet: A6, 1C and C4. RGB value is (166,28,196). Sum of RGB (Red+Green+Blue) = 166+28+196=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #A61CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CC4 is #59E33B. Grayscale: #575757. Windows color (decimal): -5890876 or 12852390. OLE color: 12852390.

HSL color Cylindrical-coordinate representation of color #A61CC4: hue angle of 289.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61CC4 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 28 196 -
CMYK 0.15 0.86 0 0.23
HSL 289.29º 0.75% 0.44% -
HSV(B) 289.29º 0.86% 0.77% -
XYZ 26.1 12.92 53.34 -
YUV 88.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 166 28 196 0.15 0.86 0 0.23 289.29 0.75 0.44
Hex A6 1C C4 F 56 0 17 121 4B 2C
Octal 246 34 304 17 126 0 27 441 113 54
Binary 10100110 11100 11000100 1111 1010110 0 10111 100100001 1001011 101100

Color Harmonies of #A61CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CC4

Black with #A61CC4

Text Example


Text Example

White with #A61CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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