Html Css Color HEX #A831C6 Dark Orchid

📋 copy color: '#A831C6'

red 168 ◦ green 49 ◦ blue 198

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

Shades of Dark Orchid #A831C6

Tints of Dark Orchid #A831C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 40.48%
G = 11.81%
B = 47.71%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A831C6 (or 0xA831C6) is known color: Dark Orchid. HEX triplet: A8, 31 and C6. RGB value is (168,49,198). Sum of RGB (Red+Green+Blue) = 168+49+198=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #A831C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831C6 is #57CE39. Grayscale: #656565. Windows color (decimal): -5754426 or 12988840. OLE color: 12988840.

HSL color Cylindrical-coordinate representation of color #A831C6: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A831C6 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 49 198 -
CMYK 0.15 0.75 0 0.22
HSL 287.92º 0.6% 0.48% -
HSV(B) 287.92º 0.75% 0.78% -
XYZ 27.44 14.6 54.8 -
YUV 101.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 168 49 198 0.15 0.75 0 0.22 287.92 0.6 0.48
Hex A8 31 C6 F 4B 0 16 120 3C 30
Octal 250 61 306 17 113 0 26 440 74 60
Binary 10101000 110001 11000110 1111 1001011 0 10110 100100000 111100 110000

Color Harmonies of #A831C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831C6

Black with #A831C6

Text Example


Text Example

White with #A831C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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