Html Css Color HEX #A731DA Dark Orchid

📋 copy color: '#A731DA'

red 167 ◦ green 49 ◦ blue 218

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

Shades of Dark Orchid #A731DA

Tints of Dark Orchid #A731DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 38.48%
G = 11.29%
B = 50.23%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A731DA (or 0xA731DA) is known color: Dark Orchid. HEX triplet: A7, 31 and DA. RGB value is (167,49,218). Sum of RGB (Red+Green+Blue) = 167+49+218=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #A731DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731DA is #58CE25. Grayscale: #666666. Windows color (decimal): -5819942 or 14299559. OLE color: 14299559.

HSL color Cylindrical-coordinate representation of color #A731DA: hue angle of 281.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A731DA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 49 218 -
CMYK 0.23 0.78 0 0.15
HSL 281.89º 0.7% 0.52% -
HSV(B) 281.89º 0.78% 0.85% -
XYZ 29.69 15.47 67.75 -
YUV 103.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 167 49 218 0.23 0.78 0 0.15 281.89 0.7 0.52
Hex A7 31 DA 17 4E 0 F 11A 46 34
Octal 247 61 332 27 116 0 17 432 106 64
Binary 10100111 110001 11011010 10111 1001110 0 1111 100011010 1000110 110100

Color Harmonies of #A731DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731DA

Black with #A731DA

Text Example


Text Example

White with #A731DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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