Html Css Color HEX #A61CBE Dark Orchid

📋 copy color: '#A61CBE'

red 166 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #A61CBE

Tints of Dark Orchid #A61CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 43.23%
G = 7.29%
B = 49.48%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A61CBE (or 0xA61CBE) is known color: Dark Orchid. HEX triplet: A6, 1C and BE. RGB value is (166,28,190). Sum of RGB (Red+Green+Blue) = 166+28+190=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #A61CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CBE is #59E341. Grayscale: #575757. Windows color (decimal): -5890882 or 12459174. OLE color: 12459174.

HSL color Cylindrical-coordinate representation of color #A61CBE: hue angle of 291.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61CBE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 28 190 -
CMYK 0.13 0.85 0 0.25
HSL 291.11º 0.74% 0.43% -
HSV(B) 291.11º 0.85% 0.75% -
XYZ 25.44 12.66 49.82 -
YUV 87.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 166 28 190 0.13 0.85 0 0.25 291.11 0.74 0.43
Hex A6 1C BE D 55 0 19 123 4A 2B
Octal 246 34 276 15 125 0 31 443 112 53
Binary 10100110 11100 10111110 1101 1010101 0 11001 100100011 1001010 101011

Color Harmonies of #A61CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CBE

Black with #A61CBE

Text Example


Text Example

White with #A61CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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