Html Css Color HEX #AB25BC Dark Orchid

📋 copy color: '#AB25BC'

red 171 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #AB25BC

Tints of Dark Orchid #AB25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 43.18%
G = 9.34%
B = 47.47%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB25BC (or 0xAB25BC) is known color: Dark Orchid. HEX triplet: AB, 25 and BC. RGB value is (171,37,188). Sum of RGB (Red+Green+Blue) = 171+37+188=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25BC is #54DA43. Grayscale: #5D5D5D. Windows color (decimal): -5560900 or 12330411. OLE color: 12330411.

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

Color convert

RGB 171 37 188 -
CMYK 0.09 0.80 0 0.26
HSL 293.25º 0.67% 0.44% -
HSV(B) 293.25º 0.8% 0.74% -
XYZ 26.53 13.61 48.81 -
YUV 94.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 171 37 188 0.09 0.80 0 0.26 293.25 0.67 0.44
Hex AB 25 BC 9 50 0 1A 125 43 2C
Octal 253 45 274 11 120 0 32 445 103 54
Binary 10101011 100101 10111100 1001 1010000 0 11010 100100101 1000011 101100

Color Harmonies of #AB25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25BC

Black with #AB25BC

Text Example


Text Example

White with #AB25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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