Html Css Color HEX #A825A8 Dark Orchid

📋 copy color: '#A825A8'

red 168 ◦ green 37 ◦ blue 168

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

Shades of Dark Orchid #A825A8

Tints of Dark Orchid #A825A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 45.04%
G = 9.92%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A825A8 (or 0xA825A8) is known color: Dark Orchid. HEX triplet: A8, 25 and A8. RGB value is (168,37,168). Sum of RGB (Red+Green+Blue) = 168+37+168=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A825A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825A8 is #57DA57. Grayscale: #5A5A5A. Windows color (decimal): -5757528 or 11019688. OLE color: 11019688.

HSL color Cylindrical-coordinate representation of color #A825A8: hue angle of 300º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A825A8 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 168 -
CMYK 0 0.78 0 0.34
HSL 300º 0.64% 0.4% -
HSV(B) 300º 0.78% 0.66% -
XYZ 23.88 12.48 38.2 -
YUV 91.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 168 37 168 0 0.78 0 0.34 300 0.64 0.4
Hex A8 25 A8 0 4E 0 22 12C 40 28
Octal 250 45 250 0 116 0 42 454 100 50
Binary 10101000 100101 10101000 0 1001110 0 100010 100101100 1000000 101000

Color Harmonies of #A825A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825A8

Black with #A825A8

Text Example


Text Example

White with #A825A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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