Html Css Color HEX #A331CE Dark Orchid

📋 copy color: '#A331CE'

red 163 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #A331CE

Tints of Dark Orchid #A331CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 39%
G = 11.72%
B = 49.28%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A331CE (or 0xA331CE) is known color: Dark Orchid. HEX triplet: A3, 31 and CE. RGB value is (163,49,206). Sum of RGB (Red+Green+Blue) = 163+49+206=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A331CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331CE is #5CCE31. Grayscale: #646464. Windows color (decimal): -6082098 or 13513123. OLE color: 13513123.

HSL color Cylindrical-coordinate representation of color #A331CE: hue angle of 283.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A331CE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 49 206 -
CMYK 0.21 0.76 0 0.19
HSL 283.57º 0.62% 0.5% -
HSV(B) 283.57º 0.76% 0.81% -
XYZ 27.34 14.44 59.74 -
YUV 100.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 163 49 206 0.21 0.76 0 0.19 283.57 0.62 0.5
Hex A3 31 CE 15 4C 0 13 11C 3E 32
Octal 243 61 316 25 114 0 23 434 76 62
Binary 10100011 110001 11001110 10101 1001100 0 10011 100011100 111110 110010

Color Harmonies of #A331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331CE

Black with #A331CE

Text Example


Text Example

White with #A331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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