Html Css Color HEX #A616B4 Dark Orchid

📋 copy color: '#A616B4'

red 166 ◦ green 22 ◦ blue 180

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

Shades of Dark Orchid #A616B4

Tints of Dark Orchid #A616B4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

 BLUE value IS 180 (70.7% from 255) = 48.91%

R = 45.11%
G = 5.98%
B = 48.91%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A616B4 (or 0xA616B4) is known color: Dark Orchid. HEX triplet: A6, 16 and B4. RGB value is (166,22,180). Sum of RGB (Red+Green+Blue) = 166+22+180=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #A616B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616B4 is #59E94B. Grayscale: #525252. Windows color (decimal): -5892428 or 11802278. OLE color: 11802278.

HSL color Cylindrical-coordinate representation of color #A616B4: hue angle of 294.68º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A616B4 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 22 180 -
CMYK 0.08 0.88 0 0.29
HSL 294.68º 0.78% 0.4% -
HSV(B) 294.68º 0.88% 0.71% -
XYZ 24.25 11.98 44.21 -
YUV 83.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 166 22 180 0.08 0.88 0 0.29 294.68 0.78 0.4
Hex A6 16 B4 8 58 0 1D 127 4E 28
Octal 246 26 264 10 130 0 35 447 116 50
Binary 10100110 10110 10110100 1000 1011000 0 11101 100100111 1001110 101000

Color Harmonies of #A616B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616B4

Black with #A616B4

Text Example


Text Example

White with #A616B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616B4; }

 p { color: rgb(166,22,180); }

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

background-color css

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

 a { background-color: rgb(166,22,180); }

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

border-color css

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

 span { border-color: rgb(166,22,180); }

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