Html Css Color HEX #AB2ADF Dark Orchid

📋 copy color: '#AB2ADF'

red 171 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #AB2ADF

Tints of Dark Orchid #AB2ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.63%

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

R = 39.22%
G = 9.63%
B = 51.15%

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

#AB2ADF (or 0xAB2ADF) is known color: Dark Orchid. HEX triplet: AB, 2A and DF. RGB value is (171,42,223). Sum of RGB (Red+Green+Blue) = 171+42+223=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ADF is #54D520. Grayscale: #646464. Windows color (decimal): -5559585 or 14625451. OLE color: 14625451.

HSL color Cylindrical-coordinate representation of color #AB2ADF: hue angle of 282.76º 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 #AB2ADF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 42 223 -
CMYK 0.23 0.81 0 0.13
HSL 282.76º 0.74% 0.52% -
HSV(B) 282.76º 0.81% 0.87% -
XYZ 30.94 15.64 71.2 -
YUV 101.21 196.74 177.78 -
System Red Green Blue C M Y K H S L
Decimal 171 42 223 0.23 0.81 0 0.13 282.76 0.74 0.52
Hex AB 2A DF 17 51 0 D 11B 4A 34
Octal 253 52 337 27 121 0 15 433 112 64
Binary 10101011 101010 11011111 10111 1010001 0 1101 100011011 1001010 110100

Color Harmonies of #AB2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ADF

Black with #AB2ADF

Text Example


Text Example

White with #AB2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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