Html Css Color HEX #A134BC Dark Orchid

📋 copy color: '#A134BC'

red 161 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #A134BC

Tints of Dark Orchid #A134BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

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

R = 40.15%
G = 12.97%
B = 46.88%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A134BC (or 0xA134BC) is known color: Dark Orchid. HEX triplet: A1, 34 and BC. RGB value is (161,52,188). Sum of RGB (Red+Green+Blue) = 161+52+188=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #A134BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BC is #5ECB43. Grayscale: #636363. Windows color (decimal): -6212420 or 12334241. OLE color: 12334241.

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

Color convert

RGB 161 52 188 -
CMYK 0.14 0.72 0 0.26
HSL 288.09º 0.57% 0.47% -
HSV(B) 288.09º 0.72% 0.74% -
XYZ 25 13.66 48.9 -
YUV 100.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 161 52 188 0.14 0.72 0 0.26 288.09 0.57 0.47
Hex A1 34 BC E 48 0 1A 120 39 2F
Octal 241 64 274 16 110 0 32 440 71 57
Binary 10100001 110100 10111100 1110 1001000 0 11010 100100000 111001 101111

Color Harmonies of #A134BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134BC

Black with #A134BC

Text Example


Text Example

White with #A134BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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