Html Css Color HEX #A416BE Dark Orchid

📋 copy color: '#A416BE'

red 164 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #A416BE

Tints of Dark Orchid #A416BE

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

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

R = 43.62%
G = 5.85%
B = 50.53%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A416BE (or 0xA416BE) is known color: Dark Orchid. HEX triplet: A4, 16 and BE. RGB value is (164,22,190). Sum of RGB (Red+Green+Blue) = 164+22+190=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #A416BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416BE is #5BE941. Grayscale: #535353. Windows color (decimal): -6023490 or 12457636. OLE color: 12457636.

HSL color Cylindrical-coordinate representation of color #A416BE: hue angle of 290.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A416BE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 22 190 -
CMYK 0.14 0.88 0 0.25
HSL 290.71º 0.79% 0.42% -
HSV(B) 290.71º 0.88% 0.75% -
XYZ 24.89 12.18 49.76 -
YUV 83.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 164 22 190 0.14 0.88 0 0.25 290.71 0.79 0.42
Hex A4 16 BE E 58 0 19 123 4F 2A
Octal 244 26 276 16 130 0 31 443 117 52
Binary 10100100 10110 10111110 1110 1011000 0 11001 100100011 1001111 101010

Color Harmonies of #A416BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416BE

Black with #A416BE

Text Example


Text Example

White with #A416BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416BE; }

 p { color: rgb(164,22,190); }

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

background-color css

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

 a { background-color: rgb(164,22,190); }

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

border-color css

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

 span { border-color: rgb(164,22,190); }

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