Html Css Color HEX #AB2BDF Dark Orchid

📋 copy color: '#AB2BDF'

red 171 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #AB2BDF

Tints of Dark Orchid #AB2BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 39.13%
G = 9.84%
B = 51.03%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB2BDF (or 0xAB2BDF) is known color: Dark Orchid. HEX triplet: AB, 2B and DF. RGB value is (171,43,223). Sum of RGB (Red+Green+Blue) = 171+43+223=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BDF is #54D420. Grayscale: #656565. Windows color (decimal): -5559329 or 14625707. OLE color: 14625707.

HSL color Cylindrical-coordinate representation of color #AB2BDF: hue angle of 282.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2BDF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 43 223 -
CMYK 0.23 0.81 0 0.13
HSL 282.67º 0.74% 0.52% -
HSV(B) 282.67º 0.81% 0.87% -
XYZ 30.98 15.71 71.21 -
YUV 101.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 171 43 223 0.23 0.81 0 0.13 282.67 0.74 0.52
Hex AB 2B DF 17 51 0 D 11B 4A 34
Octal 253 53 337 27 121 0 15 433 112 64
Binary 10101011 101011 11011111 10111 1010001 0 1101 100011011 1001010 110100

Color Harmonies of #AB2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BDF

Black with #AB2BDF

Text Example


Text Example

White with #AB2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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