Html Css Color HEX #A034B1 Dark Orchid

📋 copy color: '#A034B1'

red 160 ◦ green 52 ◦ blue 177

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

Shades of Dark Orchid #A034B1

Tints of Dark Orchid #A034B1

RGB

 RED value IS 160 (62.89% from 255) = 41.13%

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

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 41.13%
G = 13.37%
B = 45.5%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A034B1 (or 0xA034B1) is known color: Dark Orchid. HEX triplet: A0, 34 and B1. RGB value is (160,52,177). Sum of RGB (Red+Green+Blue) = 160+52+177=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #A034B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034B1 is #5FCB4E. Grayscale: #626262. Windows color (decimal): -6277967 or 11613344. OLE color: 11613344.

HSL color Cylindrical-coordinate representation of color #A034B1: hue angle of 291.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A034B1 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 52 177 -
CMYK 0.10 0.71 0 0.31
HSL 291.84º 0.55% 0.45% -
HSV(B) 291.84º 0.71% 0.69% -
XYZ 23.66 13.1 42.88 -
YUV 98.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 160 52 177 0.10 0.71 0 0.31 291.84 0.55 0.45
Hex A0 34 B1 A 47 0 1F 124 37 2D
Octal 240 64 261 12 107 0 37 444 67 55
Binary 10100000 110100 10110001 1010 1000111 0 11111 100100100 110111 101101

Color Harmonies of #A034B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034B1

Black with #A034B1

Text Example


Text Example

White with #A034B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034B1; }

 p { color: rgb(160,52,177); }

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

background-color css

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

 a { background-color: rgb(160,52,177); }

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

border-color css

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

 span { border-color: rgb(160,52,177); }

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