Html Css Color HEX #AB25BA Dark Orchid

📋 copy color: '#AB25BA'

red 171 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #AB25BA

Tints of Dark Orchid #AB25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 43.4%
G = 9.39%
B = 47.21%

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

#AB25BA (or 0xAB25BA) is known color: Dark Orchid. HEX triplet: AB, 25 and BA. RGB value is (171,37,186). Sum of RGB (Red+Green+Blue) = 171+37+186=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25BA is #54DA45. Grayscale: #5D5D5D. Windows color (decimal): -5560902 or 12199339. OLE color: 12199339.

HSL color Cylindrical-coordinate representation of color #AB25BA: hue angle of 293.96º 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 #AB25BA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 37 186 -
CMYK 0.08 0.80 0 0.27
HSL 293.96º 0.67% 0.44% -
HSV(B) 293.96º 0.8% 0.73% -
XYZ 26.32 13.53 47.68 -
YUV 94.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 171 37 186 0.08 0.80 0 0.27 293.96 0.67 0.44
Hex AB 25 BA 8 50 0 1B 126 43 2C
Octal 253 45 272 10 120 0 33 446 103 54
Binary 10101011 100101 10111010 1000 1010000 0 11011 100100110 1000011 101100

Color Harmonies of #AB25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25BA

Black with #AB25BA

Text Example


Text Example

White with #AB25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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