Html Css Color HEX #A134DD Dark Orchid

📋 copy color: '#A134DD'

red 161 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #A134DD

Tints of Dark Orchid #A134DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 37.1%
G = 11.98%
B = 50.92%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A134DD (or 0xA134DD) is known color: Dark Orchid. HEX triplet: A1, 34 and DD. RGB value is (161,52,221). Sum of RGB (Red+Green+Blue) = 161+52+221=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A134DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134DD is #5ECB22. Grayscale: #676767. Windows color (decimal): -6212387 or 14496929. OLE color: 14496929.

HSL color Cylindrical-coordinate representation of color #A134DD: hue angle of 278.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A134DD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 52 221 -
CMYK 0.27 0.76 0 0.13
HSL 278.7º 0.71% 0.54% -
HSV(B) 278.7º 0.76% 0.87% -
XYZ 28.98 15.25 69.82 -
YUV 103.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 161 52 221 0.27 0.76 0 0.13 278.7 0.71 0.54
Hex A1 34 DD 1B 4C 0 D 117 47 36
Octal 241 64 335 33 114 0 15 427 107 66
Binary 10100001 110100 11011101 11011 1001100 0 1101 100010111 1000111 110110

Color Harmonies of #A134DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134DD

Black with #A134DD

Text Example


Text Example

White with #A134DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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