Html Css Color HEX #A317BA Dark Orchid

📋 copy color: '#A317BA'

red 163 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A317BA

Tints of Dark Orchid #A317BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 43.82%
G = 6.18%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A317BA (or 0xA317BA) is known color: Dark Orchid. HEX triplet: A3, 17 and BA. RGB value is (163,23,186). Sum of RGB (Red+Green+Blue) = 163+23+186=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #A317BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317BA is #5CE845. Grayscale: #525252. Windows color (decimal): -6088774 or 12195747. OLE color: 12195747.

HSL color Cylindrical-coordinate representation of color #A317BA: hue angle of 291.53º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A317BA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 23 186 -
CMYK 0.12 0.88 0 0.27
HSL 291.53º 0.78% 0.41% -
HSV(B) 291.53º 0.88% 0.73% -
XYZ 24.27 11.94 47.48 -
YUV 83.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 163 23 186 0.12 0.88 0 0.27 291.53 0.78 0.41
Hex A3 17 BA C 58 0 1B 124 4E 29
Octal 243 27 272 14 130 0 33 444 116 51
Binary 10100011 10111 10111010 1100 1011000 0 11011 100100100 1001110 101001

Color Harmonies of #A317BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317BA

Black with #A317BA

Text Example


Text Example

White with #A317BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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