Html Css Color HEX #AB2BBF Dark Orchid

📋 copy color: '#AB2BBF'

red 171 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #AB2BBF

Tints of Dark Orchid #AB2BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.62%

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

R = 42.22%
G = 10.62%
B = 47.16%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB2BBF (or 0xAB2BBF) is known color: Dark Orchid. HEX triplet: AB, 2B and BF. RGB value is (171,43,191). Sum of RGB (Red+Green+Blue) = 171+43+191=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BBF is #54D440. Grayscale: #616161. Windows color (decimal): -5559361 or 12528555. OLE color: 12528555.

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

Color convert

RGB 171 43 191 -
CMYK 0.10 0.77 0 0.25
HSL 291.89º 0.63% 0.46% -
HSV(B) 291.89º 0.77% 0.75% -
XYZ 27.06 14.15 50.59 -
YUV 98.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 171 43 191 0.10 0.77 0 0.25 291.89 0.63 0.46
Hex AB 2B BF A 4D 0 19 124 3F 2E
Octal 253 53 277 12 115 0 31 444 77 56
Binary 10101011 101011 10111111 1010 1001101 0 11001 100100100 111111 101110

Color Harmonies of #AB2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BBF

Black with #AB2BBF

Text Example


Text Example

White with #AB2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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