Html Css Color HEX #A130BD Dark Orchid

📋 copy color: '#A130BD'

red 161 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A130BD

Tints of Dark Orchid #A130BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 40.45%
G = 12.06%
B = 47.49%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A130BD (or 0xA130BD) is known color: Dark Orchid. HEX triplet: A1, 30 and BD. RGB value is (161,48,189). Sum of RGB (Red+Green+Blue) = 161+48+189=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #A130BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130BD is #5ECF42. Grayscale: #616161. Windows color (decimal): -6213443 or 12398753. OLE color: 12398753.

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

Color convert

RGB 161 48 189 -
CMYK 0.15 0.75 0 0.26
HSL 288.09º 0.59% 0.46% -
HSV(B) 288.09º 0.75% 0.74% -
XYZ 24.94 13.37 49.41 -
YUV 97.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 161 48 189 0.15 0.75 0 0.26 288.09 0.59 0.46
Hex A1 30 BD F 4B 0 1A 120 3B 2E
Octal 241 60 275 17 113 0 32 440 73 56
Binary 10100001 110000 10111101 1111 1001011 0 11010 100100000 111011 101110

Color Harmonies of #A130BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130BD

Black with #A130BD

Text Example


Text Example

White with #A130BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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