Html Css Color HEX #A134BB Dark Orchid

📋 copy color: '#A134BB'

red 161 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #A134BB

Tints of Dark Orchid #A134BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 40.25%
G = 13%
B = 46.75%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A134BB (or 0xA134BB) is known color: Dark Orchid. HEX triplet: A1, 34 and BB. RGB value is (161,52,187). Sum of RGB (Red+Green+Blue) = 161+52+187=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #A134BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134BB is #5ECB44. Grayscale: #636363. Windows color (decimal): -6212421 or 12268705. OLE color: 12268705.

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

Color convert

RGB 161 52 187 -
CMYK 0.14 0.72 0 0.27
HSL 288.44º 0.56% 0.47% -
HSV(B) 288.44º 0.72% 0.73% -
XYZ 24.9 13.62 48.33 -
YUV 99.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 161 52 187 0.14 0.72 0 0.27 288.44 0.56 0.47
Hex A1 34 BB E 48 0 1B 120 38 2F
Octal 241 64 273 16 110 0 33 440 70 57
Binary 10100001 110100 10111011 1110 1001000 0 11011 100100000 111000 101111

Color Harmonies of #A134BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134BB

Black with #A134BB

Text Example


Text Example

White with #A134BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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