Html Css Color HEX #A125AB Dark Orchid

📋 copy color: '#A125AB'

red 161 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #A125AB

Tints of Dark Orchid #A125AB

RGB

 RED value IS 161 (63.28% from 255) = 43.63%

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

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

R = 43.63%
G = 10.03%
B = 46.34%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A125AB (or 0xA125AB) is known color: Dark Orchid. HEX triplet: A1, 25 and AB. RGB value is (161,37,171). Sum of RGB (Red+Green+Blue) = 161+37+171=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A125AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A125AB is #5EDA54. Grayscale: #585858. Windows color (decimal): -6216277 or 11216289. OLE color: 11216289.

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

Color convert

RGB 161 37 171 -
CMYK 0.06 0.78 0 0.33
HSL 295.52º 0.64% 0.41% -
HSV(B) 295.52º 0.78% 0.67% -
XYZ 22.71 11.84 39.62 -
YUV 89.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 161 37 171 0.06 0.78 0 0.33 295.52 0.64 0.41
Hex A1 25 AB 6 4E 0 21 128 40 29
Octal 241 45 253 6 116 0 41 450 100 51
Binary 10100001 100101 10101011 110 1001110 0 100001 100101000 1000000 101001

Color Harmonies of #A125AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125AB

Black with #A125AB

Text Example


Text Example

White with #A125AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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