Html Css Color HEX #A318C7 Dark Orchid

📋 copy color: '#A318C7'

red 163 ◦ green 24 ◦ blue 199

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

Shades of Dark Orchid #A318C7

Tints of Dark Orchid #A318C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.55%

R = 42.23%
G = 6.22%
B = 51.55%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A318C7 (or 0xA318C7) is known color: Dark Orchid. HEX triplet: A3, 18 and C7. RGB value is (163,24,199). Sum of RGB (Red+Green+Blue) = 163+24+199=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #A318C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318C7 is #5CE738. Grayscale: #545454. Windows color (decimal): -6088505 or 13047971. OLE color: 13047971.

HSL color Cylindrical-coordinate representation of color #A318C7: hue angle of 287.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A318C7 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 24 199 -
CMYK 0.18 0.88 0 0.22
HSL 287.66º 0.78% 0.44% -
HSV(B) 287.66º 0.88% 0.78% -
XYZ 25.74 12.56 55.1 -
YUV 85.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 163 24 199 0.18 0.88 0 0.22 287.66 0.78 0.44
Hex A3 18 C7 12 58 0 16 120 4E 2C
Octal 243 30 307 22 130 0 26 440 116 54
Binary 10100011 11000 11000111 10010 1011000 0 10110 100100000 1001110 101100

Color Harmonies of #A318C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318C7

Black with #A318C7

Text Example


Text Example

White with #A318C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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