Html Css Color HEX #A331C3 Dark Orchid

📋 copy color: '#A331C3'

red 163 ◦ green 49 ◦ blue 195

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

Shades of Dark Orchid #A331C3

Tints of Dark Orchid #A331C3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

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

R = 40.05%
G = 12.04%
B = 47.91%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A331C3 (or 0xA331C3) is known color: Dark Orchid. HEX triplet: A3, 31 and C3. RGB value is (163,49,195). Sum of RGB (Red+Green+Blue) = 163+49+195=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #A331C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331C3 is #5CCE3C. Grayscale: #636363. Windows color (decimal): -6082109 or 12792227. OLE color: 12792227.

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

Color convert

RGB 163 49 195 -
CMYK 0.16 0.75 0 0.24
HSL 286.85º 0.6% 0.48% -
HSV(B) 286.85º 0.75% 0.76% -
XYZ 26.05 13.92 52.94 -
YUV 99.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 163 49 195 0.16 0.75 0 0.24 286.85 0.6 0.48
Hex A3 31 C3 10 4B 0 18 11F 3C 30
Octal 243 61 303 20 113 0 30 437 74 60
Binary 10100011 110001 11000011 10000 1001011 0 11000 100011111 111100 110000

Color Harmonies of #A331C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331C3

Black with #A331C3

Text Example


Text Example

White with #A331C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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