Html Css Color HEX #A61CB0 Dark Orchid

📋 copy color: '#A61CB0'

red 166 ◦ green 28 ◦ blue 176

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

Shades of Dark Orchid #A61CB0

Tints of Dark Orchid #A61CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.57%

R = 44.86%
G = 7.57%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A61CB0 (or 0xA61CB0) is known color: Dark Orchid. HEX triplet: A6, 1C and B0. RGB value is (166,28,176). Sum of RGB (Red+Green+Blue) = 166+28+176=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #A61CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CB0 is #59E34F. Grayscale: #555555. Windows color (decimal): -5890896 or 11541670. OLE color: 11541670.

HSL color Cylindrical-coordinate representation of color #A61CB0: hue angle of 295.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61CB0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 28 176 -
CMYK 0.06 0.84 0 0.31
HSL 295.95º 0.73% 0.4% -
HSV(B) 295.95º 0.84% 0.69% -
XYZ 23.98 12.07 42.14 -
YUV 86.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 166 28 176 0.06 0.84 0 0.31 295.95 0.73 0.4
Hex A6 1C B0 6 54 0 1F 128 49 28
Octal 246 34 260 6 124 0 37 450 111 50
Binary 10100110 11100 10110000 110 1010100 0 11111 100101000 1001001 101000

Color Harmonies of #A61CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CB0

Black with #A61CB0

Text Example


Text Example

White with #A61CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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