Html Css Color HEX #A825AE Dark Orchid

📋 copy color: '#A825AE'

red 168 ◦ green 37 ◦ blue 174

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

Shades of Dark Orchid #A825AE

Tints of Dark Orchid #A825AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 44.33%
G = 9.76%
B = 45.91%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A825AE (or 0xA825AE) is known color: Dark Orchid. HEX triplet: A8, 25 and AE. RGB value is (168,37,174). Sum of RGB (Red+Green+Blue) = 168+37+174=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #A825AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AE is #57DA51. Grayscale: #5B5B5B. Windows color (decimal): -5757522 or 11412904. OLE color: 11412904.

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

Color convert

RGB 168 37 174 -
CMYK 0.03 0.79 0 0.32
HSL 297.37º 0.65% 0.41% -
HSV(B) 297.37º 0.79% 0.68% -
XYZ 24.45 12.7 41.21 -
YUV 91.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 168 37 174 0.03 0.79 0 0.32 297.37 0.65 0.41
Hex A8 25 AE 3 4F 0 20 129 41 29
Octal 250 45 256 3 117 0 40 451 101 51
Binary 10101000 100101 10101110 11 1001111 0 100000 100101001 1000001 101001

Color Harmonies of #A825AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825AE

Black with #A825AE

Text Example


Text Example

White with #A825AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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