Html Css Color HEX #A134C0 Dark Orchid

📋 copy color: '#A134C0'

red 161 ◦ green 52 ◦ blue 192

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

Shades of Dark Orchid #A134C0

Tints of Dark Orchid #A134C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 39.75%
G = 12.84%
B = 47.41%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A134C0 (or 0xA134C0) is known color: Dark Orchid. HEX triplet: A1, 34 and C0. RGB value is (161,52,192). Sum of RGB (Red+Green+Blue) = 161+52+192=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #A134C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134C0 is #5ECB3F. Grayscale: #646464. Windows color (decimal): -6212416 or 12596385. OLE color: 12596385.

HSL color Cylindrical-coordinate representation of color #A134C0: hue angle of 286.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A134C0 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 52 192 -
CMYK 0.16 0.73 0 0.25
HSL 286.71º 0.57% 0.48% -
HSV(B) 286.71º 0.73% 0.75% -
XYZ 25.44 13.84 51.2 -
YUV 100.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 161 52 192 0.16 0.73 0 0.25 286.71 0.57 0.48
Hex A1 34 C0 10 49 0 19 11F 39 30
Octal 241 64 300 20 111 0 31 437 71 60
Binary 10100001 110100 11000000 10000 1001001 0 11001 100011111 111001 110000

Color Harmonies of #A134C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134C0

Black with #A134C0

Text Example


Text Example

White with #A134C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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