Html Css Color HEX #AB2EDF Dark Orchid

📋 copy color: '#AB2EDF'

red 171 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #AB2EDF

Tints of Dark Orchid #AB2EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

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

R = 38.86%
G = 10.45%
B = 50.68%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB2EDF (or 0xAB2EDF) is known color: Dark Orchid. HEX triplet: AB, 2E and DF. RGB value is (171,46,223). Sum of RGB (Red+Green+Blue) = 171+46+223=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB2EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDF is #54D120. Grayscale: #666666. Windows color (decimal): -5558561 or 14626475. OLE color: 14626475.

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

Color convert

RGB 171 46 223 -
CMYK 0.23 0.79 0 0.13
HSL 282.37º 0.73% 0.53% -
HSV(B) 282.37º 0.79% 0.87% -
XYZ 31.09 15.94 71.25 -
YUV 103.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 171 46 223 0.23 0.79 0 0.13 282.37 0.73 0.53
Hex AB 2E DF 17 4F 0 D 11A 49 35
Octal 253 56 337 27 117 0 15 432 111 65
Binary 10101011 101110 11011111 10111 1001111 0 1101 100011010 1001001 110101

Color Harmonies of #AB2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EDF

Black with #AB2EDF

Text Example


Text Example

White with #AB2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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