Html Css Color HEX #A831E4 Dark Orchid

📋 copy color: '#A831E4'

red 168 ◦ green 49 ◦ blue 228

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

Shades of Dark Orchid #A831E4

Tints of Dark Orchid #A831E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.24%

R = 37.75%
G = 11.01%
B = 51.24%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A831E4 (or 0xA831E4) is known color: Dark Orchid. HEX triplet: A8, 31 and E4. RGB value is (168,49,228). Sum of RGB (Red+Green+Blue) = 168+49+228=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #A831E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831E4 is #57CE1B. Grayscale: #686868. Windows color (decimal): -5754396 or 14954920. OLE color: 14954920.

HSL color Cylindrical-coordinate representation of color #A831E4: hue angle of 279.89º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A831E4 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 49 228 -
CMYK 0.26 0.79 0 0.11
HSL 279.89º 0.77% 0.54% -
HSV(B) 279.89º 0.79% 0.89% -
XYZ 31.25 16.12 74.86 -
YUV 104.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 168 49 228 0.26 0.79 0 0.11 279.89 0.77 0.54
Hex A8 31 E4 1A 4F 0 B 118 4D 36
Octal 250 61 344 32 117 0 13 430 115 66
Binary 10101000 110001 11100100 11010 1001111 0 1011 100011000 1001101 110110

Color Harmonies of #A831E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831E4

Black with #A831E4

Text Example


Text Example

White with #A831E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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