Html Css Color HEX #AB25B9 Dark Orchid

📋 copy color: '#AB25B9'

red 171 ◦ green 37 ◦ blue 185

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

Shades of Dark Orchid #AB25B9

Tints of Dark Orchid #AB25B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 43.51%
G = 9.41%
B = 47.07%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB25B9 (or 0xAB25B9) is known color: Dark Orchid. HEX triplet: AB, 25 and B9. RGB value is (171,37,185). Sum of RGB (Red+Green+Blue) = 171+37+185=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB25B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25B9 is #54DA46. Grayscale: #5D5D5D. Windows color (decimal): -5560903 or 12133803. OLE color: 12133803.

HSL color Cylindrical-coordinate representation of color #AB25B9: hue angle of 294.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB25B9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 37 185 -
CMYK 0.08 0.80 0 0.27
HSL 294.32º 0.67% 0.44% -
HSV(B) 294.32º 0.8% 0.73% -
XYZ 26.21 13.48 47.12 -
YUV 93.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 171 37 185 0.08 0.80 0 0.27 294.32 0.67 0.44
Hex AB 25 B9 8 50 0 1B 126 43 2C
Octal 253 45 271 10 120 0 33 446 103 54
Binary 10101011 100101 10111001 1000 1010000 0 11011 100100110 1000011 101100

Color Harmonies of #AB25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25B9

Black with #AB25B9

Text Example


Text Example

White with #AB25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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