Html Css Color HEX #A831DA Dark Orchid

📋 copy color: '#A831DA'

red 168 ◦ green 49 ◦ blue 218

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

Shades of Dark Orchid #A831DA

Tints of Dark Orchid #A831DA

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

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

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

R = 38.62%
G = 11.26%
B = 50.11%

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

#A831DA (or 0xA831DA) is known color: Dark Orchid. HEX triplet: A8, 31 and DA. RGB value is (168,49,218). Sum of RGB (Red+Green+Blue) = 168+49+218=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #A831DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831DA is #57CE25. Grayscale: #676767. Windows color (decimal): -5754406 or 14299560. OLE color: 14299560.

HSL color Cylindrical-coordinate representation of color #A831DA: hue angle of 282.25º 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 #A831DA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 49 218 -
CMYK 0.23 0.78 0 0.15
HSL 282.25º 0.7% 0.52% -
HSV(B) 282.25º 0.78% 0.85% -
XYZ 29.9 15.58 67.76 -
YUV 103.85 192.42 173.76 -
System Red Green Blue C M Y K H S L
Decimal 168 49 218 0.23 0.78 0 0.15 282.25 0.7 0.52
Hex A8 31 DA 17 4E 0 F 11A 46 34
Octal 250 61 332 27 116 0 17 432 106 64
Binary 10101000 110001 11011010 10111 1001110 0 1111 100011010 1000110 110100

Color Harmonies of #A831DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831DA

Black with #A831DA

Text Example


Text Example

White with #A831DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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