Html Css Color HEX #A834AB Dark Orchid

📋 copy color: '#A834AB'

red 168 ◦ green 52 ◦ blue 171

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

Shades of Dark Orchid #A834AB

Tints of Dark Orchid #A834AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 42.97%
G = 13.3%
B = 43.73%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A834AB (or 0xA834AB) is known color: Dark Orchid. HEX triplet: A8, 34 and AB. RGB value is (168,52,171). Sum of RGB (Red+Green+Blue) = 168+52+171=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A834AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AB is #57CB54. Grayscale: #636363. Windows color (decimal): -5753685 or 11220136. OLE color: 11220136.

HSL color Cylindrical-coordinate representation of color #A834AB: hue angle of 298.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A834AB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 52 171 -
CMYK 0.02 0.70 0 0.33
HSL 298.49º 0.53% 0.44% -
HSV(B) 298.49º 0.7% 0.67% -
XYZ 24.73 13.72 39.87 -
YUV 100.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 168 52 171 0.02 0.70 0 0.33 298.49 0.53 0.44
Hex A8 34 AB 2 46 0 21 12A 35 2C
Octal 250 64 253 2 106 0 41 452 65 54
Binary 10101000 110100 10101011 10 1000110 0 100001 100101010 110101 101100

Color Harmonies of #A834AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834AB

Black with #A834AB

Text Example


Text Example

White with #A834AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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