Html Css Color HEX #A825AA Dark Orchid

📋 copy color: '#A825AA'

red 168 ◦ green 37 ◦ blue 170

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

Shades of Dark Orchid #A825AA

Tints of Dark Orchid #A825AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

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

R = 44.8%
G = 9.87%
B = 45.33%

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

#A825AA (or 0xA825AA) is known color: Dark Orchid. HEX triplet: A8, 25 and AA. RGB value is (168,37,170). Sum of RGB (Red+Green+Blue) = 168+37+170=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A825AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AA is #57DA55. Grayscale: #5A5A5A. Windows color (decimal): -5757526 or 11150760. OLE color: 11150760.

HSL color Cylindrical-coordinate representation of color #A825AA: hue angle of 299.1º degrees, saturation: 0.64, 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 #A825AA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 37 170 -
CMYK 0.01 0.78 0 0.33
HSL 299.1º 0.64% 0.41% -
HSV(B) 299.1º 0.78% 0.67% -
XYZ 24.07 12.55 39.18 -
YUV 91.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 168 37 170 0.01 0.78 0 0.33 299.1 0.64 0.41
Hex A8 25 AA 1 4E 0 21 12B 40 29
Octal 250 45 252 1 116 0 41 453 100 51
Binary 10101000 100101 10101010 1 1001110 0 100001 100101011 1000000 101001

Color Harmonies of #A825AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825AA

Black with #A825AA

Text Example


Text Example

White with #A825AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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