Html Css Color HEX #A834BA Dark Orchid

📋 copy color: '#A834BA'

red 168 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #A834BA

Tints of Dark Orchid #A834BA

RGB

 RED value IS 168 (66.02% from 255) = 41.38%

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 41.38%
G = 12.81%
B = 45.81%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A834BA (or 0xA834BA) is known color: Dark Orchid. HEX triplet: A8, 34 and BA. RGB value is (168,52,186). Sum of RGB (Red+Green+Blue) = 168+52+186=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A834BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834BA is #57CB45. Grayscale: #656565. Windows color (decimal): -5753670 or 12203176. OLE color: 12203176.

HSL color Cylindrical-coordinate representation of color #A834BA: hue angle of 291.94º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A834BA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 52 186 -
CMYK 0.10 0.72 0 0.27
HSL 291.94º 0.56% 0.47% -
HSV(B) 291.94º 0.72% 0.73% -
XYZ 26.24 14.33 47.84 -
YUV 101.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 168 52 186 0.10 0.72 0 0.27 291.94 0.56 0.47
Hex A8 34 BA A 48 0 1B 124 38 2F
Octal 250 64 272 12 110 0 33 444 70 57
Binary 10101000 110100 10111010 1010 1001000 0 11011 100100100 111000 101111

Color Harmonies of #A834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834BA

Black with #A834BA

Text Example


Text Example

White with #A834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834BA; }

 p { color: rgb(168,52,186); }

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

background-color css

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

 a { background-color: rgb(168,52,186); }

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

border-color css

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

 span { border-color: rgb(168,52,186); }

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