Html Css Color HEX #A130BC Dark Orchid

📋 copy color: '#A130BC'

red 161 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #A130BC

Tints of Dark Orchid #A130BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 40.55%
G = 12.09%
B = 47.36%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A130BC (or 0xA130BC) is known color: Dark Orchid. HEX triplet: A1, 30 and BC. RGB value is (161,48,188). Sum of RGB (Red+Green+Blue) = 161+48+188=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A130BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130BC is #5ECF43. Grayscale: #616161. Windows color (decimal): -6213444 or 12333217. OLE color: 12333217.

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

Color convert

RGB 161 48 188 -
CMYK 0.14 0.74 0 0.26
HSL 288.43º 0.59% 0.46% -
HSV(B) 288.43º 0.74% 0.74% -
XYZ 24.83 13.32 48.84 -
YUV 97.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 161 48 188 0.14 0.74 0 0.26 288.43 0.59 0.46
Hex A1 30 BC E 4A 0 1A 120 3B 2E
Octal 241 60 274 16 112 0 32 440 73 56
Binary 10100001 110000 10111100 1110 1001010 0 11010 100100000 111011 101110

Color Harmonies of #A130BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130BC

Black with #A130BC

Text Example


Text Example

White with #A130BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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