Html Css Color HEX #A734B6 Dark Orchid

📋 copy color: '#A734B6'

red 167 ◦ green 52 ◦ blue 182

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

Shades of Dark Orchid #A734B6

Tints of Dark Orchid #A734B6

RGB

 RED value IS 167 (65.63% from 255) = 41.65%

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 41.65%
G = 12.97%
B = 45.39%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A734B6 (or 0xA734B6) is known color: Dark Orchid. HEX triplet: A7, 34 and B6. RGB value is (167,52,182). Sum of RGB (Red+Green+Blue) = 167+52+182=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #A734B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A734B6 is #58CB49. Grayscale: #646464. Windows color (decimal): -5819210 or 11941031. OLE color: 11941031.

HSL color Cylindrical-coordinate representation of color #A734B6: hue angle of 293.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A734B6 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 52 182 -
CMYK 0.08 0.71 0 0.29
HSL 293.08º 0.56% 0.46% -
HSV(B) 293.08º 0.71% 0.71% -
XYZ 25.61 14.05 45.62 -
YUV 101.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 167 52 182 0.08 0.71 0 0.29 293.08 0.56 0.46
Hex A7 34 B6 8 47 0 1D 125 38 2E
Octal 247 64 266 10 107 0 35 445 70 56
Binary 10100111 110100 10110110 1000 1000111 0 11101 100100101 111000 101110

Color Harmonies of #A734B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A734B6

Black with #A734B6

Text Example


Text Example

White with #A734B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A734B6; }

 p { color: rgb(167,52,182); }

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

background-color css

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

 a { background-color: rgb(167,52,182); }

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

border-color css

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

 span { border-color: rgb(167,52,182); }

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