Html Css Color HEX #A831D4 Dark Orchid

📋 copy color: '#A831D4'

red 168 ◦ green 49 ◦ blue 212

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

Shades of Dark Orchid #A831D4

Tints of Dark Orchid #A831D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 49.42%

R = 39.16%
G = 11.42%
B = 49.42%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A831D4 (or 0xA831D4) is known color: Dark Orchid. HEX triplet: A8, 31 and D4. RGB value is (168,49,212). Sum of RGB (Red+Green+Blue) = 168+49+212=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #A831D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831D4 is #57CE2B. Grayscale: #666666. Windows color (decimal): -5754412 or 13906344. OLE color: 13906344.

HSL color Cylindrical-coordinate representation of color #A831D4: hue angle of 283.8º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A831D4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 49 212 -
CMYK 0.21 0.77 0 0.17
HSL 283.8º 0.65% 0.51% -
HSV(B) 283.8º 0.77% 0.83% -
XYZ 29.13 15.27 63.7 -
YUV 103.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 168 49 212 0.21 0.77 0 0.17 283.8 0.65 0.51
Hex A8 31 D4 15 4D 0 11 11C 41 33
Octal 250 61 324 25 115 0 21 434 101 63
Binary 10101000 110001 11010100 10101 1001101 0 10001 100011100 1000001 110011

Color Harmonies of #A831D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831D4

Black with #A831D4

Text Example


Text Example

White with #A831D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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