Html Css Color HEX #A625AB Dark Orchid

📋 copy color: '#A625AB'

red 166 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #A625AB

Tints of Dark Orchid #A625AB

RGB

 RED value IS 166 (65.23% from 255) = 44.39%

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

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

R = 44.39%
G = 9.89%
B = 45.72%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A625AB (or 0xA625AB) is known color: Dark Orchid. HEX triplet: A6, 25 and AB. RGB value is (166,37,171). Sum of RGB (Red+Green+Blue) = 166+37+171=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A625AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625AB is #59DA54. Grayscale: #5A5A5A. Windows color (decimal): -5888597 or 11216294. OLE color: 11216294.

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

Color convert

RGB 166 37 171 -
CMYK 0.03 0.78 0 0.33
HSL 297.76º 0.64% 0.41% -
HSV(B) 297.76º 0.78% 0.67% -
XYZ 23.74 12.37 39.66 -
YUV 90.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 166 37 171 0.03 0.78 0 0.33 297.76 0.64 0.41
Hex A6 25 AB 3 4E 0 21 12A 40 29
Octal 246 45 253 3 116 0 41 452 100 51
Binary 10100110 100101 10101011 11 1001110 0 100001 100101010 1000000 101001

Color Harmonies of #A625AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625AB

Black with #A625AB

Text Example


Text Example

White with #A625AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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