Html Css Color HEX #A416AF Dark Orchid

📋 copy color: '#A416AF'

red 164 ◦ green 22 ◦ blue 175

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

Shades of Dark Orchid #A416AF

Tints of Dark Orchid #A416AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 45.43%
G = 6.09%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A416AF (or 0xA416AF) is known color: Dark Orchid. HEX triplet: A4, 16 and AF. RGB value is (164,22,175). Sum of RGB (Red+Green+Blue) = 164+22+175=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A416AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A416AF is #5BE950. Grayscale: #515151. Windows color (decimal): -6023505 or 11474596. OLE color: 11474596.

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

Color convert

RGB 164 22 175 -
CMYK 0.06 0.87 0 0.31
HSL 295.69º 0.78% 0.39% -
HSV(B) 295.69º 0.87% 0.69% -
XYZ 23.33 11.56 41.56 -
YUV 81.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 164 22 175 0.06 0.87 0 0.31 295.69 0.78 0.39
Hex A4 16 AF 6 57 0 1F 128 4E 27
Octal 244 26 257 6 127 0 37 450 116 47
Binary 10100100 10110 10101111 110 1010111 0 11111 100101000 1001110 100111

Color Harmonies of #A416AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416AF

Black with #A416AF

Text Example


Text Example

White with #A416AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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