Html Css Color HEX #AB2DCF Dark Orchid

📋 copy color: '#AB2DCF'

red 171 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #AB2DCF

Tints of Dark Orchid #AB2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 40.43%
G = 10.64%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB2DCF (or 0xAB2DCF) is known color: Dark Orchid. HEX triplet: AB, 2D and CF. RGB value is (171,45,207). Sum of RGB (Red+Green+Blue) = 171+45+207=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DCF is #54D230. Grayscale: #646464. Windows color (decimal): -5558833 or 13577643. OLE color: 13577643.

HSL color Cylindrical-coordinate representation of color #AB2DCF: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2DCF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 45 207 -
CMYK 0.17 0.78 0 0.19
HSL 286.67º 0.64% 0.49% -
HSV(B) 286.67º 0.78% 0.81% -
XYZ 29 15.04 60.41 -
YUV 101.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 171 45 207 0.17 0.78 0 0.19 286.67 0.64 0.49
Hex AB 2D CF 11 4E 0 13 11F 40 31
Octal 253 55 317 21 116 0 23 437 100 61
Binary 10101011 101101 11001111 10001 1001110 0 10011 100011111 1000000 110001

Color Harmonies of #AB2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DCF

Black with #AB2DCF

Text Example


Text Example

White with #AB2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DCF; }

 p { color: rgb(171,45,207); }

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

background-color css

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

 a { background-color: rgb(171,45,207); }

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

border-color css

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

 span { border-color: rgb(171,45,207); }

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