Html Css Color HEX #A317BD Dark Orchid

📋 copy color: '#A317BD'

red 163 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #A317BD

Tints of Dark Orchid #A317BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 43.47%
G = 6.13%
B = 50.4%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A317BD (or 0xA317BD) is known color: Dark Orchid. HEX triplet: A3, 17 and BD. RGB value is (163,23,189). Sum of RGB (Red+Green+Blue) = 163+23+189=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A317BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317BD is #5CE842. Grayscale: #535353. Windows color (decimal): -6088771 or 12392355. OLE color: 12392355.

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

Color convert

RGB 163 23 189 -
CMYK 0.14 0.88 0 0.26
HSL 290.6º 0.78% 0.42% -
HSV(B) 290.6º 0.88% 0.74% -
XYZ 24.6 12.07 49.18 -
YUV 83.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 163 23 189 0.14 0.88 0 0.26 290.6 0.78 0.42
Hex A3 17 BD E 58 0 1A 123 4E 2A
Octal 243 27 275 16 130 0 32 443 116 52
Binary 10100011 10111 10111101 1110 1011000 0 11010 100100011 1001110 101010

Color Harmonies of #A317BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317BD

Black with #A317BD

Text Example


Text Example

White with #A317BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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