Html Css Color HEX #A315AF Dark Orchid

📋 copy color: '#A315AF'

red 163 ◦ green 21 ◦ blue 175

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

Shades of Dark Orchid #A315AF

Tints of Dark Orchid #A315AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 45.4%
G = 5.85%
B = 48.75%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A315AF (or 0xA315AF) is known color: Dark Orchid. HEX triplet: A3, 15 and AF. RGB value is (163,21,175). Sum of RGB (Red+Green+Blue) = 163+21+175=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A315AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315AF is #5CEA50. Grayscale: #505050. Windows color (decimal): -6089297 or 11474339. OLE color: 11474339.

HSL color Cylindrical-coordinate representation of color #A315AF: hue angle of 295.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A315AF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 21 175 -
CMYK 0.07 0.88 0 0.31
HSL 295.32º 0.79% 0.38% -
HSV(B) 295.32º 0.88% 0.69% -
XYZ 23.11 11.42 41.54 -
YUV 81.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 163 21 175 0.07 0.88 0 0.31 295.32 0.79 0.38
Hex A3 15 AF 7 58 0 1F 127 4F 26
Octal 243 25 257 7 130 0 37 447 117 46
Binary 10100011 10101 10101111 111 1011000 0 11111 100100111 1001111 100110

Color Harmonies of #A315AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315AF

Black with #A315AF

Text Example


Text Example

White with #A315AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315AF; }

 p { color: rgb(163,21,175); }

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

background-color css

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

 a { background-color: rgb(163,21,175); }

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

border-color css

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

 span { border-color: rgb(163,21,175); }

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