Html Css Color HEX #AB25D1 Dark Orchid

📋 copy color: '#AB25D1'

red 171 ◦ green 37 ◦ blue 209

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

Shades of Dark Orchid #AB25D1

Tints of Dark Orchid #AB25D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 41.01%
G = 8.87%
B = 50.12%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB25D1 (or 0xAB25D1) is known color: Dark Orchid. HEX triplet: AB, 25 and D1. RGB value is (171,37,209). Sum of RGB (Red+Green+Blue) = 171+37+209=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB25D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25D1 is #54DA2E. Grayscale: #606060. Windows color (decimal): -5560879 or 13706667. OLE color: 13706667.

HSL color Cylindrical-coordinate representation of color #AB25D1: hue angle of 286.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB25D1 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 37 209 -
CMYK 0.18 0.82 0 0.18
HSL 286.74º 0.7% 0.48% -
HSV(B) 286.74º 0.82% 0.82% -
XYZ 28.96 14.58 61.61 -
YUV 96.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 171 37 209 0.18 0.82 0 0.18 286.74 0.7 0.48
Hex AB 25 D1 12 52 0 12 11F 46 30
Octal 253 45 321 22 122 0 22 437 106 60
Binary 10101011 100101 11010001 10010 1010010 0 10010 100011111 1000110 110000

Color Harmonies of #AB25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25D1

Black with #AB25D1

Text Example


Text Example

White with #AB25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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