Html Css Color HEX #AB28BF Dark Orchid

📋 copy color: '#AB28BF'

red 171 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #AB28BF

Tints of Dark Orchid #AB28BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

 BLUE value IS 191 (75% from 255) = 47.51%

R = 42.54%
G = 9.95%
B = 47.51%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB28BF (or 0xAB28BF) is known color: Dark Orchid. HEX triplet: AB, 28 and BF. RGB value is (171,40,191). Sum of RGB (Red+Green+Blue) = 171+40+191=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28BF is #54D740. Grayscale: #5F5F5F. Windows color (decimal): -5560129 or 12527787. OLE color: 12527787.

HSL color Cylindrical-coordinate representation of color #AB28BF: hue angle of 292.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB28BF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 40 191 -
CMYK 0.10 0.79 0 0.25
HSL 292.05º 0.65% 0.45% -
HSV(B) 292.05º 0.79% 0.75% -
XYZ 26.96 13.94 50.56 -
YUV 96.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 171 40 191 0.10 0.79 0 0.25 292.05 0.65 0.45
Hex AB 28 BF A 4F 0 19 124 41 2D
Octal 253 50 277 12 117 0 31 444 101 55
Binary 10101011 101000 10111111 1010 1001111 0 11001 100100100 1000001 101101

Color Harmonies of #AB28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28BF

Black with #AB28BF

Text Example


Text Example

White with #AB28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28BF; }

 p { color: rgb(171,40,191); }

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

background-color css

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

 a { background-color: rgb(171,40,191); }

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

border-color css

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

 span { border-color: rgb(171,40,191); }

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