Html Css Color HEX #AB2FBA Dark Orchid

📋 copy color: '#AB2FBA'

red 171 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #AB2FBA

Tints of Dark Orchid #AB2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 42.33%
G = 11.63%
B = 46.04%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB2FBA (or 0xAB2FBA) is known color: Dark Orchid. HEX triplet: AB, 2F and BA. RGB value is (171,47,186). Sum of RGB (Red+Green+Blue) = 171+47+186=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FBA is #54D045. Grayscale: #636363. Windows color (decimal): -5558342 or 12201899. OLE color: 12201899.

HSL color Cylindrical-coordinate representation of color #AB2FBA: hue angle of 293.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2FBA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 47 186 -
CMYK 0.08 0.75 0 0.27
HSL 293.53º 0.6% 0.46% -
HSV(B) 293.53º 0.75% 0.73% -
XYZ 26.67 14.24 47.8 -
YUV 99.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 171 47 186 0.08 0.75 0 0.27 293.53 0.6 0.46
Hex AB 2F BA 8 4B 0 1B 126 3C 2E
Octal 253 57 272 10 113 0 33 446 74 56
Binary 10101011 101111 10111010 1000 1001011 0 11011 100100110 111100 101110

Color Harmonies of #AB2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FBA

Black with #AB2FBA

Text Example


Text Example

White with #AB2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FBA; }

 p { color: rgb(171,47,186); }

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

background-color css

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

 a { background-color: rgb(171,47,186); }

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

border-color css

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

 span { border-color: rgb(171,47,186); }

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