Html Css Color HEX #A318BA Dark Orchid

📋 copy color: '#A318BA'

red 163 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A318BA

Tints of Dark Orchid #A318BA

RGB

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

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

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

R = 43.7%
G = 6.43%
B = 49.87%

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

#A318BA (or 0xA318BA) is known color: Dark Orchid. HEX triplet: A3, 18 and BA. RGB value is (163,24,186). Sum of RGB (Red+Green+Blue) = 163+24+186=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A318BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318BA is #5CE745. Grayscale: #535353. Windows color (decimal): -6088518 or 12196003. OLE color: 12196003.

HSL color Cylindrical-coordinate representation of color #A318BA: hue angle of 291.48º 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 #A318BA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 24 186 -
CMYK 0.12 0.87 0 0.27
HSL 291.48º 0.77% 0.41% -
HSV(B) 291.48º 0.87% 0.73% -
XYZ 24.29 11.98 47.49 -
YUV 84.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 163 24 186 0.12 0.87 0 0.27 291.48 0.77 0.41
Hex A3 18 BA C 57 0 1B 123 4D 29
Octal 243 30 272 14 127 0 33 443 115 51
Binary 10100011 11000 10111010 1100 1010111 0 11011 100100011 1001101 101001

Color Harmonies of #A318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318BA

Black with #A318BA

Text Example


Text Example

White with #A318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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