Html Css Color HEX #A826AD Dark Orchid

📋 copy color: '#A826AD'

red 168 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #A826AD

Tints of Dark Orchid #A826AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.03%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 44.33%
G = 10.03%
B = 45.65%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A826AD (or 0xA826AD) is known color: Dark Orchid. HEX triplet: A8, 26 and AD. RGB value is (168,38,173). Sum of RGB (Red+Green+Blue) = 168+38+173=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #A826AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AD is #57D952. Grayscale: #5B5B5B. Windows color (decimal): -5757267 or 11347624. OLE color: 11347624.

HSL color Cylindrical-coordinate representation of color #A826AD: hue angle of 297.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A826AD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 38 173 -
CMYK 0.03 0.78 0 0.32
HSL 297.78º 0.64% 0.41% -
HSV(B) 297.78º 0.78% 0.68% -
XYZ 24.38 12.73 40.71 -
YUV 92.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 168 38 173 0.03 0.78 0 0.32 297.78 0.64 0.41
Hex A8 26 AD 3 4E 0 20 12A 40 29
Octal 250 46 255 3 116 0 40 452 100 51
Binary 10101000 100110 10101101 11 1001110 0 100000 100101010 1000000 101001

Color Harmonies of #A826AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826AD

Black with #A826AD

Text Example


Text Example

White with #A826AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826AD; }

 p { color: rgb(168,38,173); }

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

background-color css

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

 a { background-color: rgb(168,38,173); }

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

border-color css

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

 span { border-color: rgb(168,38,173); }

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