Html Css Color HEX #AB25B5 Dark Orchid

📋 copy color: '#AB25B5'

red 171 ◦ green 37 ◦ blue 181

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

Shades of Dark Orchid #AB25B5

Tints of Dark Orchid #AB25B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.53%

R = 43.96%
G = 9.51%
B = 46.53%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB25B5 (or 0xAB25B5) is known color: Dark Orchid. HEX triplet: AB, 25 and B5. RGB value is (171,37,181). Sum of RGB (Red+Green+Blue) = 171+37+181=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB25B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25B5 is #54DA4A. Grayscale: #5D5D5D. Windows color (decimal): -5560907 or 11871659. OLE color: 11871659.

HSL color Cylindrical-coordinate representation of color #AB25B5: hue angle of 295.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB25B5 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 37 181 -
CMYK 0.06 0.80 0 0.29
HSL 295.83º 0.66% 0.43% -
HSV(B) 295.83º 0.8% 0.71% -
XYZ 25.8 13.32 44.93 -
YUV 93.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 171 37 181 0.06 0.80 0 0.29 295.83 0.66 0.43
Hex AB 25 B5 6 50 0 1D 128 42 2B
Octal 253 45 265 6 120 0 35 450 102 53
Binary 10101011 100101 10110101 110 1010000 0 11101 100101000 1000010 101011

Color Harmonies of #AB25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25B5

Black with #AB25B5

Text Example


Text Example

White with #AB25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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