Html Css Color HEX #A331C2 Dark Orchid

📋 copy color: '#A331C2'

red 163 ◦ green 49 ◦ blue 194

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

Shades of Dark Orchid #A331C2

Tints of Dark Orchid #A331C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 40.15%
G = 12.07%
B = 47.78%

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

#A331C2 (or 0xA331C2) is known color: Dark Orchid. HEX triplet: A3, 31 and C2. RGB value is (163,49,194). Sum of RGB (Red+Green+Blue) = 163+49+194=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #A331C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331C2 is #5CCE3D. Grayscale: #636363. Windows color (decimal): -6082110 or 12726691. OLE color: 12726691.

HSL color Cylindrical-coordinate representation of color #A331C2: hue angle of 287.17º 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 #A331C2 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 49 194 -
CMYK 0.16 0.75 0 0.24
HSL 287.17º 0.6% 0.48% -
HSV(B) 287.17º 0.75% 0.76% -
XYZ 25.94 13.88 52.35 -
YUV 99.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 163 49 194 0.16 0.75 0 0.24 287.17 0.6 0.48
Hex A3 31 C2 10 4B 0 18 11F 3C 30
Octal 243 61 302 20 113 0 30 437 74 60
Binary 10100011 110001 11000010 10000 1001011 0 11000 100011111 111100 110000

Color Harmonies of #A331C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331C2

Black with #A331C2

Text Example


Text Example

White with #A331C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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