Html Css Color HEX #AB25BD Dark Orchid

📋 copy color: '#AB25BD'

red 171 ◦ green 37 ◦ blue 189

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

Shades of Dark Orchid #AB25BD

Tints of Dark Orchid #AB25BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 43.07%
G = 9.32%
B = 47.61%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB25BD (or 0xAB25BD) is known color: Dark Orchid. HEX triplet: AB, 25 and BD. RGB value is (171,37,189). Sum of RGB (Red+Green+Blue) = 171+37+189=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB25BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25BD is #54DA42. Grayscale: #5D5D5D. Windows color (decimal): -5560899 or 12395947. OLE color: 12395947.

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

Color convert

RGB 171 37 189 -
CMYK 0.10 0.80 0 0.26
HSL 292.89º 0.67% 0.44% -
HSV(B) 292.89º 0.8% 0.74% -
XYZ 26.64 13.66 49.38 -
YUV 94.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 171 37 189 0.10 0.80 0 0.26 292.89 0.67 0.44
Hex AB 25 BD A 50 0 1A 125 43 2C
Octal 253 45 275 12 120 0 32 445 103 54
Binary 10101011 100101 10111101 1010 1010000 0 11010 100100101 1000011 101100

Color Harmonies of #AB25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25BD

Black with #AB25BD

Text Example


Text Example

White with #AB25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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