Html Css Color HEX #A134DA Dark Orchid

📋 copy color: '#A134DA'

red 161 ◦ green 52 ◦ blue 218

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

Shades of Dark Orchid #A134DA

Tints of Dark Orchid #A134DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 37.35%
G = 12.06%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A134DA (or 0xA134DA) is known color: Dark Orchid. HEX triplet: A1, 34 and DA. RGB value is (161,52,218). Sum of RGB (Red+Green+Blue) = 161+52+218=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A134DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134DA is #5ECB25. Grayscale: #666666. Windows color (decimal): -6212390 or 14300321. OLE color: 14300321.

HSL color Cylindrical-coordinate representation of color #A134DA: hue angle of 279.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A134DA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 52 218 -
CMYK 0.26 0.76 0 0.15
HSL 279.4º 0.69% 0.53% -
HSV(B) 279.4º 0.76% 0.85% -
XYZ 28.58 15.1 67.74 -
YUV 103.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 161 52 218 0.26 0.76 0 0.15 279.4 0.69 0.53
Hex A1 34 DA 1A 4C 0 F 117 45 35
Octal 241 64 332 32 114 0 17 427 105 65
Binary 10100001 110100 11011010 11010 1001100 0 1111 100010111 1000101 110101

Color Harmonies of #A134DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134DA

Black with #A134DA

Text Example


Text Example

White with #A134DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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