Html Css Color HEX #A830E1 Dark Orchid

📋 copy color: '#A830E1'

red 168 ◦ green 48 ◦ blue 225

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

Shades of Dark Orchid #A830E1

Tints of Dark Orchid #A830E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.88%

 BLUE value IS 225 (88.28% from 255) = 51.02%

R = 38.1%
G = 10.88%
B = 51.02%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A830E1 (or 0xA830E1) is known color: Dark Orchid. HEX triplet: A8, 30 and E1. RGB value is (168,48,225). Sum of RGB (Red+Green+Blue) = 168+48+225=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #A830E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830E1 is #57CF1E. Grayscale: #676767. Windows color (decimal): -5754655 or 14758056. OLE color: 14758056.

HSL color Cylindrical-coordinate representation of color #A830E1: hue angle of 280.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A830E1 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 48 225 -
CMYK 0.25 0.79 0 0.12
HSL 280.68º 0.75% 0.54% -
HSV(B) 280.68º 0.79% 0.88% -
XYZ 30.8 15.87 72.68 -
YUV 104.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 168 48 225 0.25 0.79 0 0.12 280.68 0.75 0.54
Hex A8 30 E1 19 4F 0 C 119 4B 36
Octal 250 60 341 31 117 0 14 431 113 66
Binary 10101000 110000 11100001 11001 1001111 0 1100 100011001 1001011 110110

Color Harmonies of #A830E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830E1

Black with #A830E1

Text Example


Text Example

White with #A830E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830E1; }

 p { color: rgb(168,48,225); }

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

background-color css

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

 a { background-color: rgb(168,48,225); }

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

border-color css

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

 span { border-color: rgb(168,48,225); }

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