Html Css Color HEX #A318C3 Dark Orchid

📋 copy color: '#A318C3'

red 163 ◦ green 24 ◦ blue 195

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

Shades of Dark Orchid #A318C3

Tints of Dark Orchid #A318C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.05%

R = 42.67%
G = 6.28%
B = 51.05%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A318C3 (or 0xA318C3) is known color: Dark Orchid. HEX triplet: A3, 18 and C3. RGB value is (163,24,195). Sum of RGB (Red+Green+Blue) = 163+24+195=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #A318C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318C3 is #5CE73C. Grayscale: #545454. Windows color (decimal): -6088509 or 12785827. OLE color: 12785827.

HSL color Cylindrical-coordinate representation of color #A318C3: hue angle of 288.77º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A318C3 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 24 195 -
CMYK 0.16 0.88 0 0.24
HSL 288.77º 0.78% 0.43% -
HSV(B) 288.77º 0.88% 0.76% -
XYZ 25.28 12.38 52.69 -
YUV 85.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 163 24 195 0.16 0.88 0 0.24 288.77 0.78 0.43
Hex A3 18 C3 10 58 0 18 121 4E 2B
Octal 243 30 303 20 130 0 30 441 116 53
Binary 10100011 11000 11000011 10000 1011000 0 11000 100100001 1001110 101011

Color Harmonies of #A318C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318C3

Black with #A318C3

Text Example


Text Example

White with #A318C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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