Html Css Color HEX #A130BA Dark Orchid

📋 copy color: '#A130BA'

red 161 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #A130BA

Tints of Dark Orchid #A130BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 40.76%
G = 12.15%
B = 47.09%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A130BA (or 0xA130BA) is known color: Dark Orchid. HEX triplet: A1, 30 and BA. RGB value is (161,48,186). Sum of RGB (Red+Green+Blue) = 161+48+186=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130BA is #5ECF45. Grayscale: #616161. Windows color (decimal): -6213446 or 12202145. OLE color: 12202145.

HSL color Cylindrical-coordinate representation of color #A130BA: hue angle of 289.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A130BA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 48 186 -
CMYK 0.13 0.74 0 0.27
HSL 289.13º 0.59% 0.46% -
HSV(B) 289.13º 0.74% 0.73% -
XYZ 24.62 13.24 47.71 -
YUV 97.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 161 48 186 0.13 0.74 0 0.27 289.13 0.59 0.46
Hex A1 30 BA D 4A 0 1B 121 3B 2E
Octal 241 60 272 15 112 0 33 441 73 56
Binary 10100001 110000 10111010 1101 1001010 0 11011 100100001 111011 101110

Color Harmonies of #A130BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130BA

Black with #A130BA

Text Example


Text Example

White with #A130BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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