Html Css Color HEX #A134BE Dark Orchid

📋 copy color: '#A134BE'

red 161 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #A134BE

Tints of Dark Orchid #A134BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 39.95%
G = 12.9%
B = 47.15%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A134BE (or 0xA134BE) is known color: Dark Orchid. HEX triplet: A1, 34 and BE. RGB value is (161,52,190). Sum of RGB (Red+Green+Blue) = 161+52+190=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A134BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BE is #5ECB41. Grayscale: #636363. Windows color (decimal): -6212418 or 12465313. OLE color: 12465313.

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

Color convert

RGB 161 52 190 -
CMYK 0.15 0.73 0 0.25
HSL 287.39º 0.57% 0.47% -
HSV(B) 287.39º 0.73% 0.75% -
XYZ 25.22 13.75 50.04 -
YUV 100.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 161 52 190 0.15 0.73 0 0.25 287.39 0.57 0.47
Hex A1 34 BE F 49 0 19 11F 39 2F
Octal 241 64 276 17 111 0 31 437 71 57
Binary 10100001 110100 10111110 1111 1001001 0 11001 100011111 111001 101111

Color Harmonies of #A134BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134BE

Black with #A134BE

Text Example


Text Example

White with #A134BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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