Html Css Color HEX #AB25AC Dark Orchid

📋 copy color: '#AB25AC'

red 171 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #AB25AC

Tints of Dark Orchid #AB25AC

RGB

 RED value IS 171 (67.19% from 255) = 45%

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

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

R = 45%
G = 9.74%
B = 45.26%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB25AC (or 0xAB25AC) is known color: Dark Orchid. HEX triplet: AB, 25 and AC. RGB value is (171,37,172). Sum of RGB (Red+Green+Blue) = 171+37+172=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB25AC is #54DA53. Grayscale: #5C5C5C. Windows color (decimal): -5560916 or 11281835. OLE color: 11281835.

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

Color convert

RGB 171 37 172 -
CMYK 0.01 0.78 0 0.33
HSL 299.56º 0.65% 0.41% -
HSV(B) 299.56º 0.78% 0.67% -
XYZ 24.9 12.96 40.22 -
YUV 92.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 171 37 172 0.01 0.78 0 0.33 299.56 0.65 0.41
Hex AB 25 AC 1 4E 0 21 12C 41 29
Octal 253 45 254 1 116 0 41 454 101 51
Binary 10101011 100101 10101100 1 1001110 0 100001 100101100 1000001 101001

Color Harmonies of #AB25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25AC

Black with #AB25AC

Text Example


Text Example

White with #AB25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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