Html Css Color HEX #A317AE Dark Orchid

📋 copy color: '#A317AE'

red 163 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #A317AE

Tints of Dark Orchid #A317AE

RGB

 RED value IS 163 (64.06% from 255) = 45.28%

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 45.28%
G = 6.39%
B = 48.33%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A317AE (or 0xA317AE) is known color: Dark Orchid. HEX triplet: A3, 17 and AE. RGB value is (163,23,174). Sum of RGB (Red+Green+Blue) = 163+23+174=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #A317AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A317AE is #5CE851. Grayscale: #515151. Windows color (decimal): -6088786 or 11409315. OLE color: 11409315.

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

Color convert

RGB 163 23 174 -
CMYK 0.06 0.87 0 0.32
HSL 295.63º 0.77% 0.39% -
HSV(B) 295.63º 0.87% 0.68% -
XYZ 23.05 11.46 41.04 -
YUV 82.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 163 23 174 0.06 0.87 0 0.32 295.63 0.77 0.39
Hex A3 17 AE 6 57 0 20 128 4D 27
Octal 243 27 256 6 127 0 40 450 115 47
Binary 10100011 10111 10101110 110 1010111 0 100000 100101000 1001101 100111

Color Harmonies of #A317AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317AE

Black with #A317AE

Text Example


Text Example

White with #A317AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317AE; }

 p { color: rgb(163,23,174); }

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

background-color css

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

 a { background-color: rgb(163,23,174); }

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

border-color css

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

 span { border-color: rgb(163,23,174); }

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