Html Css Color HEX #A318B9 Dark Orchid

📋 copy color: '#A318B9'

red 163 ◦ green 24 ◦ blue 185

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

Shades of Dark Orchid #A318B9

Tints of Dark Orchid #A318B9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.45%

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 43.82%
G = 6.45%
B = 49.73%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A318B9 (or 0xA318B9) is known color: Dark Orchid. HEX triplet: A3, 18 and B9. RGB value is (163,24,185). Sum of RGB (Red+Green+Blue) = 163+24+185=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #A318B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318B9 is #5CE746. Grayscale: #535353. Windows color (decimal): -6088519 or 12130467. OLE color: 12130467.

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

Color convert

RGB 163 24 185 -
CMYK 0.12 0.87 0 0.27
HSL 291.8º 0.77% 0.41% -
HSV(B) 291.8º 0.87% 0.73% -
XYZ 24.19 11.94 46.93 -
YUV 83.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 163 24 185 0.12 0.87 0 0.27 291.8 0.77 0.41
Hex A3 18 B9 C 57 0 1B 124 4D 29
Octal 243 30 271 14 127 0 33 444 115 51
Binary 10100011 11000 10111001 1100 1010111 0 11011 100100100 1001101 101001

Color Harmonies of #A318B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318B9

Black with #A318B9

Text Example


Text Example

White with #A318B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318B9; }

 p { color: rgb(163,24,185); }

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

background-color css

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

 a { background-color: rgb(163,24,185); }

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

border-color css

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

 span { border-color: rgb(163,24,185); }

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