Html Css Color HEX #A134AF Dark Orchid

📋 copy color: '#A134AF'

red 161 ◦ green 52 ◦ blue 175

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

Shades of Dark Orchid #A134AF

Tints of Dark Orchid #A134AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 41.49%
G = 13.4%
B = 45.1%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A134AF (or 0xA134AF) is known color: Dark Orchid. HEX triplet: A1, 34 and AF. RGB value is (161,52,175). Sum of RGB (Red+Green+Blue) = 161+52+175=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A134AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134AF is #5ECB50. Grayscale: #626262. Windows color (decimal): -6212433 or 11482273. OLE color: 11482273.

HSL color Cylindrical-coordinate representation of color #A134AF: hue angle of 293.17º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A134AF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 52 175 -
CMYK 0.08 0.70 0 0.31
HSL 293.17º 0.54% 0.45% -
HSV(B) 293.17º 0.7% 0.69% -
XYZ 23.66 13.13 41.84 -
YUV 98.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 161 52 175 0.08 0.70 0 0.31 293.17 0.54 0.45
Hex A1 34 AF 8 46 0 1F 125 36 2D
Octal 241 64 257 10 106 0 37 445 66 55
Binary 10100001 110100 10101111 1000 1000110 0 11111 100100101 110110 101101

Color Harmonies of #A134AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134AF

Black with #A134AF

Text Example


Text Example

White with #A134AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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