Html Css Color HEX #A825AB Dark Orchid

📋 copy color: '#A825AB'

red 168 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #A825AB

Tints of Dark Orchid #A825AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 44.68%
G = 9.84%
B = 45.48%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A825AB (or 0xA825AB) is known color: Dark Orchid. HEX triplet: A8, 25 and AB. RGB value is (168,37,171). Sum of RGB (Red+Green+Blue) = 168+37+171=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A825AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AB is #57DA54. Grayscale: #5B5B5B. Windows color (decimal): -5757525 or 11216296. OLE color: 11216296.

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

Color convert

RGB 168 37 171 -
CMYK 0.02 0.78 0 0.33
HSL 298.66º 0.64% 0.41% -
HSV(B) 298.66º 0.78% 0.67% -
XYZ 24.16 12.59 39.68 -
YUV 91.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 168 37 171 0.02 0.78 0 0.33 298.66 0.64 0.41
Hex A8 25 AB 2 4E 0 21 12B 40 29
Octal 250 45 253 2 116 0 41 453 100 51
Binary 10101000 100101 10101011 10 1001110 0 100001 100101011 1000000 101001

Color Harmonies of #A825AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825AB

Black with #A825AB

Text Example


Text Example

White with #A825AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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