Html Css Color HEX #A316BC Dark Orchid

📋 copy color: '#A316BC'

red 163 ◦ green 22 ◦ blue 188

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

Shades of Dark Orchid #A316BC

Tints of Dark Orchid #A316BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 43.7%
G = 5.9%
B = 50.4%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A316BC (or 0xA316BC) is known color: Dark Orchid. HEX triplet: A3, 16 and BC. RGB value is (163,22,188). Sum of RGB (Red+Green+Blue) = 163+22+188=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A316BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316BC is #5CE943. Grayscale: #525252. Windows color (decimal): -6089028 or 12326563. OLE color: 12326563.

HSL color Cylindrical-coordinate representation of color #A316BC: hue angle of 290.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A316BC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 22 188 -
CMYK 0.13 0.88 0 0.26
HSL 290.96º 0.79% 0.41% -
HSV(B) 290.96º 0.88% 0.74% -
XYZ 24.47 11.99 48.6 -
YUV 83.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 163 22 188 0.13 0.88 0 0.26 290.96 0.79 0.41
Hex A3 16 BC D 58 0 1A 123 4F 29
Octal 243 26 274 15 130 0 32 443 117 51
Binary 10100011 10110 10111100 1101 1011000 0 11010 100100011 1001111 101001

Color Harmonies of #A316BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316BC

Black with #A316BC

Text Example


Text Example

White with #A316BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316BC; }

 p { color: rgb(163,22,188); }

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

background-color css

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

 a { background-color: rgb(163,22,188); }

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

border-color css

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

 span { border-color: rgb(163,22,188); }

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