Html Css Color HEX #A134DB Dark Orchid

📋 copy color: '#A134DB'

red 161 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #A134DB

Tints of Dark Orchid #A134DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 37.27%
G = 12.04%
B = 50.69%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A134DB (or 0xA134DB) is known color: Dark Orchid. HEX triplet: A1, 34 and DB. RGB value is (161,52,219). Sum of RGB (Red+Green+Blue) = 161+52+219=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #A134DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134DB is #5ECB24. Grayscale: #676767. Windows color (decimal): -6212389 or 14365857. OLE color: 14365857.

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

Color convert

RGB 161 52 219 -
CMYK 0.26 0.76 0 0.14
HSL 279.16º 0.7% 0.53% -
HSV(B) 279.16º 0.76% 0.86% -
XYZ 28.71 15.15 68.43 -
YUV 103.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 161 52 219 0.26 0.76 0 0.14 279.16 0.7 0.53
Hex A1 34 DB 1A 4C 0 E 117 46 35
Octal 241 64 333 32 114 0 16 427 106 65
Binary 10100001 110100 11011011 11010 1001100 0 1110 100010111 1000110 110101

Color Harmonies of #A134DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134DB

Black with #A134DB

Text Example


Text Example

White with #A134DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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