Html Css Color HEX #A731CA Dark Orchid

📋 copy color: '#A731CA'

red 167 ◦ green 49 ◦ blue 202

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

Shades of Dark Orchid #A731CA

Tints of Dark Orchid #A731CA

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 39.95%
G = 11.72%
B = 48.33%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A731CA (or 0xA731CA) is known color: Dark Orchid. HEX triplet: A7, 31 and CA. RGB value is (167,49,202). Sum of RGB (Red+Green+Blue) = 167+49+202=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #A731CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731CA is #58CE35. Grayscale: #656565. Windows color (decimal): -5819958 or 13250983. OLE color: 13250983.

HSL color Cylindrical-coordinate representation of color #A731CA: hue angle of 286.27º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A731CA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 49 202 -
CMYK 0.17 0.76 0 0.21
HSL 286.27º 0.61% 0.49% -
HSV(B) 286.27º 0.76% 0.79% -
XYZ 27.7 14.68 57.25 -
YUV 101.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 167 49 202 0.17 0.76 0 0.21 286.27 0.61 0.49
Hex A7 31 CA 11 4C 0 15 11E 3D 31
Octal 247 61 312 21 114 0 25 436 75 61
Binary 10100111 110001 11001010 10001 1001100 0 10101 100011110 111101 110001

Color Harmonies of #A731CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731CA

Black with #A731CA

Text Example


Text Example

White with #A731CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731CA; }

 p { color: rgb(167,49,202); }

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

background-color css

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

 a { background-color: rgb(167,49,202); }

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

border-color css

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

 span { border-color: rgb(167,49,202); }

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