Html Css Color HEX #A826AA Dark Orchid

📋 copy color: '#A826AA'

red 168 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #A826AA

Tints of Dark Orchid #A826AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 44.68%
G = 10.11%
B = 45.21%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A826AA (or 0xA826AA) is known color: Dark Orchid. HEX triplet: A8, 26 and AA. RGB value is (168,38,170). Sum of RGB (Red+Green+Blue) = 168+38+170=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #A826AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AA is #57D955. Grayscale: #5B5B5B. Windows color (decimal): -5757270 or 11151016. OLE color: 11151016.

HSL color Cylindrical-coordinate representation of color #A826AA: hue angle of 299.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A826AA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 38 170 -
CMYK 0.01 0.78 0 0.33
HSL 299.09º 0.63% 0.41% -
HSV(B) 299.09º 0.78% 0.67% -
XYZ 24.1 12.61 39.19 -
YUV 91.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 168 38 170 0.01 0.78 0 0.33 299.09 0.63 0.41
Hex A8 26 AA 1 4E 0 21 12B 3F 29
Octal 250 46 252 1 116 0 41 453 77 51
Binary 10101000 100110 10101010 1 1001110 0 100001 100101011 111111 101001

Color Harmonies of #A826AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826AA

Black with #A826AA

Text Example


Text Example

White with #A826AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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