Html Css Color HEX #A925AC Dark Orchid

📋 copy color: '#A925AC'

red 169 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #A925AC

Tints of Dark Orchid #A925AC

RGB

 RED value IS 169 (66.41% from 255) = 44.71%

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 44.71%
G = 9.79%
B = 45.5%

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

#A925AC (or 0xA925AC) is known color: Dark Orchid. HEX triplet: A9, 25 and AC. RGB value is (169,37,172). Sum of RGB (Red+Green+Blue) = 169+37+172=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A925AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925AC is #56DA53. Grayscale: #5B5B5B. Windows color (decimal): -5691988 or 11281833. OLE color: 11281833.

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

Color convert

RGB 169 37 172 -
CMYK 0.02 0.78 0 0.33
HSL 298.67º 0.65% 0.41% -
HSV(B) 298.67º 0.78% 0.67% -
XYZ 24.47 12.74 40.2 -
YUV 91.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 169 37 172 0.02 0.78 0 0.33 298.67 0.65 0.41
Hex A9 25 AC 2 4E 0 21 12B 41 29
Octal 251 45 254 2 116 0 41 453 101 51
Binary 10101001 100101 10101100 10 1001110 0 100001 100101011 1000001 101001

Color Harmonies of #A925AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A925AC

Black with #A925AC

Text Example


Text Example

White with #A925AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A925AC; }

 p { color: rgb(169,37,172); }

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

background-color css

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

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

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

border-color css

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

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

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