Html Css Color HEX #A130E1 Dark Orchid

📋 copy color: '#A130E1'

red 161 ◦ green 48 ◦ blue 225

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

Shades of Dark Orchid #A130E1

Tints of Dark Orchid #A130E1

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

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

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

R = 37.1%
G = 11.06%
B = 51.84%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A130E1 (or 0xA130E1) is known color: Dark Orchid. HEX triplet: A1, 30 and E1. RGB value is (161,48,225). Sum of RGB (Red+Green+Blue) = 161+48+225=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #A130E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130E1 is #5ECF1E. Grayscale: #656565. Windows color (decimal): -6213407 or 14758049. OLE color: 14758049.

HSL color Cylindrical-coordinate representation of color #A130E1: hue angle of 278.31º 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 #A130E1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 48 225 -
CMYK 0.28 0.79 0 0.12
HSL 278.31º 0.75% 0.54% -
HSV(B) 278.31º 0.79% 0.88% -
XYZ 29.35 15.13 72.61 -
YUV 101.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 161 48 225 0.28 0.79 0 0.12 278.31 0.75 0.54
Hex A1 30 E1 1C 4F 0 C 116 4B 36
Octal 241 60 341 34 117 0 14 426 113 66
Binary 10100001 110000 11100001 11100 1001111 0 1100 100010110 1001011 110110

Color Harmonies of #A130E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130E1

Black with #A130E1

Text Example


Text Example

White with #A130E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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